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