index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol.c
Age
Commit message (
Expand
)
Author
2015-01-21
perf symbols: Return the first entry with a given name in find_by_name method
Namhyung Kim
2014-11-05
perf record: Do not save pathname in ./debug/.build-id directory for vmlinux
Namhyung Kim
2014-11-04
perf symbols: Preparation for compressed kernel module support
Namhyung Kim
2014-10-14
perf symbols: Make sym->end be the first address after the symbol range
Arnaldo Carvalho de Melo
2014-10-14
perf symbols: Fix map->end fixup
Arnaldo Carvalho de Melo
2014-09-17
perf symbols: Add path to Ubuntu kernel debuginfo file
Anton Blanchard
2014-09-17
perf tools: Disable kernel symbol demangling by default
Avi Kivity
2014-08-13
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
2014-08-13
perf symbols: Fix a memory leak in vmlinux_path__init()
Namhyung Kim
2014-08-13
perf tools: Add cpu_startup_entry to the list of kernel idle symbols
Arnaldo Carvalho de Melo
2014-08-13
perf top: Don't look for kernel idle symbols in all DSOs
Arnaldo Carvalho de Melo
2014-07-31
perf symbols: Make sure --symfs usage includes the path separator
Arnaldo Carvalho de Melo
2014-07-16
perf symbols: Add ability to iterate over a dso's symbols
Adrian Hunter
2014-07-16
perf symbols: Do not attempt to read data from kallsyms
Adrian Hunter
2014-07-16
perf symbols: Record whether a dso is 64-bit
Adrian Hunter
2014-07-07
perf hists browser: Add ui.show-headers config file option
Jiri Olsa
2014-06-01
perf tools: Enable --children option by default
Namhyung Kim
2014-03-11
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2014-02-24
perf symbols: Check compatible symtab type before loading dso
Namhyung Kim
2014-02-24
perf symbols: Destroy unused symsrcs
Namhyung Kim
2014-02-18
perf symbols: No need to export dso__first_symbol
Arnaldo Carvalho de Melo
2014-01-31
perf tools: Adjust kallsyms for relocated kernel
Adrian Hunter
2014-01-31
perf symbols: Prevent the use of kcore if the kernel has moved
Adrian Hunter
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-27
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
2013-12-17
perf symbols: Use consistent name for the DSO binary type member
Arnaldo Carvalho de Melo
2013-12-16
perf symbols: Clarify method to get DSO binary_type filename
Arnaldo Carvalho de Melo
2013-12-13
tools lib symbol: Start carving out symbol parsing routines from perf
Arnaldo Carvalho de Melo
2013-12-10
perf symbols: Constify dso->long_name
Arnaldo Carvalho de Melo
2013-12-10
perf symbols: Remove open coded management of long_name_allocated member
Arnaldo Carvalho de Melo
2013-12-10
perf symbols: Set alloc flag close to setting the long_name
Arnaldo Carvalho de Melo
2013-12-10
perf symbols: Rename [sl]name_alloc to match the members they refer to
Arnaldo Carvalho de Melo
2013-12-04
perf symbols: Retain symbol source file name to lookup source line numbers
Adrian Hunter
2013-11-27
perf symbols: Fix not finding kcore in buildid cache
Adrian Hunter
2013-11-27
perf tools: Export setup_list
David Ahern
2013-11-27
perf symbols: Move idle syms check from top to generic function
David Ahern
2013-10-14
perf symbols: Fix a memory leak due to symbol__delete not being used
Chenggang Qin
2013-10-14
perf buildid-cache: Add ability to add kcore to the cache
Adrian Hunter
2013-10-14
perf symbols: Add ability to find kcore in build-id cache
Adrian Hunter
2013-10-14
perf symbols: Validate kcore module addresses
Adrian Hunter
2013-10-11
perf symbols: Make a separate function to parse /proc/modules
Adrian Hunter
2013-10-09
perf symbols: Add new option --ignore-vmlinux for perf top
Willy Tarreau
2013-10-09
perf symbols: Support for Openembedded/Yocto -dbg packages
Ricardo Ribalda Delgado
2013-09-02
perf tools: Fix symbol offset computation for some dsos
David Ahern
2013-08-07
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
2013-08-07
perf tools: Make it possible to read object code from kernel modules
Adrian Hunter
2013-08-07
perf tools: Make it possible to read object code from vmlinux
Adrian Hunter
2013-08-07
perf symbols: avoid SyS kernel syscall aliases
Adrian Hunter
2013-07-17
perf symbols: Do not apply symfs for an absolute vmlinux path
Namhyung Kim
2013-07-08
perf tools: Fix -x/--exclude-other option for report command
Jiri Olsa
[next]