aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.c
Commit message (Expand)AuthorAge
* perf kmaps: Check kmaps to make code more robustWang Nan2015-04-08
* perf tools: Add pid/tid filtering to report and script commandsDavid Ahern2015-03-24
* perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-21
* perf symbols: Introduce method to iterate symbols ordered by nameArnaldo Carvalho de Melo2015-01-21
* perf symbols: Return the first entry with a given name in find_by_name methodNamhyung Kim2015-01-21
* perf record: Do not save pathname in ./debug/.build-id directory for vmlinuxNamhyung Kim2014-11-05
* perf symbols: Preparation for compressed kernel module supportNamhyung Kim2014-11-04
* perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo2014-10-14
* perf symbols: Fix map->end fixupArnaldo Carvalho de Melo2014-10-14
* perf symbols: Add path to Ubuntu kernel debuginfo fileAnton Blanchard2014-09-17
* perf tools: Disable kernel symbol demangling by defaultAvi Kivity2014-09-17
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-13
* perf symbols: Fix a memory leak in vmlinux_path__init()Namhyung Kim2014-08-13
* perf tools: Add cpu_startup_entry to the list of kernel idle symbolsArnaldo Carvalho de Melo2014-08-13
* perf top: Don't look for kernel idle symbols in all DSOsArnaldo Carvalho de Melo2014-08-13
* perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo2014-07-31
* perf symbols: Add ability to iterate over a dso's symbolsAdrian Hunter2014-07-16
* perf symbols: Do not attempt to read data from kallsymsAdrian Hunter2014-07-16
* perf symbols: Record whether a dso is 64-bitAdrian Hunter2014-07-16
* perf hists browser: Add ui.show-headers config file optionJiri Olsa2014-07-07
* perf tools: Enable --children option by defaultNamhyung Kim2014-06-01
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-03-11
|\
| * perf symbols: Destroy unused symsrcsNamhyung Kim2014-02-24
* | perf symbols: Check compatible symtab type before loading dsoNamhyung Kim2014-02-24
* | perf symbols: No need to export dso__first_symbolArnaldo Carvalho de Melo2014-02-18
|/
* perf tools: Adjust kallsyms for relocated kernelAdrian Hunter2014-01-31
* perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter2014-01-31
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-27
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-27
* perf symbols: Use consistent name for the DSO binary type memberArnaldo Carvalho de Melo2013-12-17
* perf symbols: Clarify method to get DSO binary_type filenameArnaldo Carvalho de Melo2013-12-16
* tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo2013-12-13
* perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo2013-12-10
* perf symbols: Remove open coded management of long_name_allocated memberArnaldo Carvalho de Melo2013-12-10
* perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo2013-12-10
* perf symbols: Rename [sl]name_alloc to match the members they refer toArnaldo Carvalho de Melo2013-12-10
* perf symbols: Retain symbol source file name to lookup source line numbersAdrian Hunter2013-12-04
* perf symbols: Fix not finding kcore in buildid cacheAdrian Hunter2013-11-27
* perf tools: Export setup_listDavid Ahern2013-11-27
* perf symbols: Move idle syms check from top to generic functionDavid Ahern2013-11-27
* perf symbols: Fix a memory leak due to symbol__delete not being usedChenggang Qin2013-10-14
* perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter2013-10-14
* perf symbols: Add ability to find kcore in build-id cacheAdrian Hunter2013-10-14
* perf symbols: Validate kcore module addressesAdrian Hunter2013-10-14
* perf symbols: Make a separate function to parse /proc/modulesAdrian Hunter2013-10-11
* perf symbols: Add new option --ignore-vmlinux for perf topWilly Tarreau2013-10-09
* perf symbols: Support for Openembedded/Yocto -dbg packagesRicardo Ribalda Delgado2013-10-09
* perf tools: Fix symbol offset computation for some dsosDavid Ahern2013-09-02
* perf symbols: Add support for reading from /proc/kcoreAdrian Hunter2013-08-07
* perf tools: Make it possible to read object code from kernel modulesAdrian Hunter2013-08-07