index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol-minimal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-25
perf symbols: Remove some unnecessary includes from symbol.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-04-27
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
1
-2
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-11
perf util: Take elf_name as const string in dso__demangle_sym
Milian Wolff
1
-1
/
+1
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-03-27
perf report: Find the inline stack for a given address
Jin Yao
1
-0
/
+7
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
1
-3
/
+1
2015-10-28
perf symbols: Fix type error when reading a build-id
Dima Kogan
1
-1
/
+1
2015-03-24
perf symbols: Save DSO loading errno to better report errors
Arnaldo Carvalho de Melo
1
-3
/
+4
2014-12-17
perf symbols: Fix use after free in filename__read_build_id
Mitchell Krome
1
-2
/
+6
2014-11-19
perf symbols: Fallback to kallsyms when using the minimal 'ELF' loader
Arnaldo Carvalho de Melo
1
-1
/
+0
2014-07-24
perf tools: Add dso__type()
Adrian Hunter
1
-0
/
+21
2014-07-17
perf symbols: Record whether a dso is 64-bit
Adrian Hunter
1
-0
/
+22
2013-12-28
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
1
-1
/
+2
2013-12-04
perf symbols: Fix random fd closing with no libelf
Adrian Hunter
1
-0
/
+1
2013-10-14
perf buildid-cache: Add ability to add kcore to the cache
Adrian Hunter
1
-0
/
+6
2013-10-14
perf symbols: Workaround objdump difficulties with kcore
Adrian Hunter
1
-0
/
+9
2013-08-08
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
1
-0
/
+7
2013-01-24
perf symbols: Include elf.h header regardless LIBELF_SUPPORT
Namhyung Kim
1
-1
/
+0
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
1
-12
/
+16
2012-08-13
perf symbols: Use both runtime and debug images
Cody P Schafer
1
-0
/
+6
2012-08-13
perf symbols: Convert dso__load_syms to take 2 symsrc's
Cody P Schafer
1
-0
/
+1
2012-08-13
perf symbols: Factor want_symtab out of dso__load_sym()
Cody P Schafer
1
-2
/
+6
2012-08-13
perf symbols: Switch dso__synthesize_plt_symbols() to use symsrc
Cody P Schafer
1
-1
/
+2
2012-08-13
perf symbols: Introduce symsrc structure.
Cody P Schafer
1
-3
/
+27
2012-08-09
perf symbols: Implement poor man's ELF parser
Namhyung Kim
1
-7
/
+235
2012-08-09
perf symbols: Support minimal build without libelf
Namhyung Kim
1
-0
/
+39