index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf kmaps: Check kmaps to make code more robust
Wang Nan
2015-04-08
1
-6
/
+28
*
perf tools: Add pid/tid filtering to report and script commands
David Ahern
2015-03-24
1
-1
/
+30
*
perf tools: Remove EOL whitespaces
Arnaldo Carvalho de Melo
2015-01-21
1
-1
/
+1
*
perf symbols: Introduce method to iterate symbols ordered by name
Arnaldo Carvalho de Melo
2015-01-21
1
-0
/
+11
*
perf symbols: Return the first entry with a given name in find_by_name method
Namhyung Kim
2015-01-21
1
-3
/
+17
*
perf record: Do not save pathname in ./debug/.build-id directory for vmlinux
Namhyung Kim
2014-11-05
1
-5
/
+6
*
perf symbols: Preparation for compressed kernel module support
Namhyung Kim
2014-11-04
1
-1
/
+7
*
perf symbols: Make sym->end be the first address after the symbol range
Arnaldo Carvalho de Melo
2014-10-14
1
-3
/
+3
*
perf symbols: Fix map->end fixup
Arnaldo Carvalho de Melo
2014-10-14
1
-1
/
+1
*
perf symbols: Add path to Ubuntu kernel debuginfo file
Anton Blanchard
2014-09-17
1
-1
/
+7
*
perf tools: Disable kernel symbol demangling by default
Avi Kivity
2014-09-17
1
-0
/
+1
*
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
2014-08-13
1
-9
/
+17
*
perf symbols: Fix a memory leak in vmlinux_path__init()
Namhyung Kim
2014-08-13
1
-1
/
+1
*
perf tools: Add cpu_startup_entry to the list of kernel idle symbols
Arnaldo Carvalho de Melo
2014-08-13
1
-0
/
+1
*
perf top: Don't look for kernel idle symbols in all DSOs
Arnaldo Carvalho de Melo
2014-08-13
1
-0
/
+4
*
perf symbols: Make sure --symfs usage includes the path separator
Arnaldo Carvalho de Melo
2014-07-31
1
-2
/
+1
*
perf symbols: Add ability to iterate over a dso's symbols
Adrian Hunter
2014-07-16
1
-1
/
+16
*
perf symbols: Do not attempt to read data from kallsyms
Adrian Hunter
2014-07-16
1
-0
/
+2
*
perf symbols: Record whether a dso is 64-bit
Adrian Hunter
2014-07-16
1
-0
/
+1
*
perf hists browser: Add ui.show-headers config file option
Jiri Olsa
2014-07-07
1
-0
/
+1
*
perf tools: Enable --children option by default
Namhyung Kim
2014-06-01
1
-5
/
+6
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2014-03-11
1
-0
/
+2
|
\
|
*
perf symbols: Destroy unused symsrcs
Namhyung Kim
2014-02-24
1
-0
/
+2
*
|
perf symbols: Check compatible symtab type before loading dso
Namhyung Kim
2014-02-24
1
-9
/
+52
*
|
perf symbols: No need to export dso__first_symbol
Arnaldo Carvalho de Melo
2014-02-18
1
-1
/
+1
|
/
*
perf tools: Adjust kallsyms for relocated kernel
Adrian Hunter
2014-01-31
1
-2
/
+38
*
perf symbols: Prevent the use of kcore if the kernel has moved
Adrian Hunter
2014-01-31
1
-4
/
+21
*
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-27
1
-1
/
+1
*
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
2013-12-27
1
-6
/
+3
*
perf symbols: Use consistent name for the DSO binary type member
Arnaldo Carvalho de Melo
2013-12-17
1
-4
/
+4
*
perf symbols: Clarify method to get DSO binary_type filename
Arnaldo Carvalho de Melo
2013-12-16
1
-2
/
+2
*
tools lib symbol: Start carving out symbol parsing routines from perf
Arnaldo Carvalho de Melo
2013-12-13
1
-68
/
+1
*
perf symbols: Constify dso->long_name
Arnaldo Carvalho de Melo
2013-12-10
1
-2
/
+2
*
perf symbols: Remove open coded management of long_name_allocated member
Arnaldo Carvalho de Melo
2013-12-10
1
-5
/
+4
*
perf symbols: Set alloc flag close to setting the long_name
Arnaldo Carvalho de Melo
2013-12-10
1
-20
/
+11
*
perf symbols: Rename [sl]name_alloc to match the members they refer to
Arnaldo Carvalho de Melo
2013-12-10
1
-3
/
+3
*
perf symbols: Retain symbol source file name to lookup source line numbers
Adrian Hunter
2013-12-04
1
-0
/
+2
*
perf symbols: Fix not finding kcore in buildid cache
Adrian Hunter
2013-11-27
1
-2
/
+7
*
perf tools: Export setup_list
David Ahern
2013-11-27
1
-1
/
+1
*
perf symbols: Move idle syms check from top to generic function
David Ahern
2013-11-27
1
-0
/
+30
*
perf symbols: Fix a memory leak due to symbol__delete not being used
Chenggang Qin
2013-10-14
1
-0
/
+2
*
perf buildid-cache: Add ability to add kcore to the cache
Adrian Hunter
2013-10-14
1
-0
/
+41
*
perf symbols: Add ability to find kcore in build-id cache
Adrian Hunter
2013-10-14
1
-44
/
+103
*
perf symbols: Validate kcore module addresses
Adrian Hunter
2013-10-14
1
-21
/
+175
*
perf symbols: Make a separate function to parse /proc/modules
Adrian Hunter
2013-10-11
1
-0
/
+58
*
perf symbols: Add new option --ignore-vmlinux for perf top
Willy Tarreau
2013-10-09
1
-2
/
+2
*
perf symbols: Support for Openembedded/Yocto -dbg packages
Ricardo Ribalda Delgado
2013-10-09
1
-0
/
+1
*
perf tools: Fix symbol offset computation for some dsos
David Ahern
2013-09-02
1
-1
/
+4
*
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
2013-08-07
1
-3
/
+224
*
perf tools: Make it possible to read object code from kernel modules
Adrian Hunter
2013-08-07
1
-3
/
+8
[next]