summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.c
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Introduce method to iterate symbols ordered by nameArnaldo Carvalho de Melo2015-01-211-0/+11
* perf symbols: Return the first entry with a given name in find_by_name methodNamhyung Kim2015-01-211-3/+17
* perf record: Do not save pathname in ./debug/.build-id directory for vmlinuxNamhyung Kim2014-11-051-5/+6
* perf symbols: Preparation for compressed kernel module supportNamhyung Kim2014-11-041-1/+7
* perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo2014-10-141-3/+3
* perf symbols: Fix map->end fixupArnaldo Carvalho de Melo2014-10-141-1/+1
* perf symbols: Add path to Ubuntu kernel debuginfo fileAnton Blanchard2014-09-171-1/+7
* perf tools: Disable kernel symbol demangling by defaultAvi Kivity2014-09-171-0/+1
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-131-9/+17
* perf symbols: Fix a memory leak in vmlinux_path__init()Namhyung Kim2014-08-131-1/+1
* perf tools: Add cpu_startup_entry to the list of kernel idle symbolsArnaldo Carvalho de Melo2014-08-131-0/+1
* perf top: Don't look for kernel idle symbols in all DSOsArnaldo Carvalho de Melo2014-08-131-0/+4
* perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo2014-07-311-2/+1
* perf symbols: Add ability to iterate over a dso's symbolsAdrian Hunter2014-07-161-1/+16
* perf symbols: Do not attempt to read data from kallsymsAdrian Hunter2014-07-161-0/+2
* perf symbols: Record whether a dso is 64-bitAdrian Hunter2014-07-161-0/+1
* perf hists browser: Add ui.show-headers config file optionJiri Olsa2014-07-071-0/+1
* perf tools: Enable --children option by defaultNamhyung Kim2014-06-011-5/+6
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-03-111-0/+2
|\
| * perf symbols: Destroy unused symsrcsNamhyung Kim2014-02-241-0/+2
* | perf symbols: Check compatible symtab type before loading dsoNamhyung Kim2014-02-241-9/+52
* | perf symbols: No need to export dso__first_symbolArnaldo Carvalho de Melo2014-02-181-1/+1
|/
* perf tools: Adjust kallsyms for relocated kernelAdrian Hunter2014-01-311-2/+38
* perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter2014-01-311-4/+21
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-1/+1
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-6/+3
* perf symbols: Use consistent name for the DSO binary type memberArnaldo Carvalho de Melo2013-12-171-4/+4
* perf symbols: Clarify method to get DSO binary_type filenameArnaldo Carvalho de Melo2013-12-161-2/+2
* tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo2013-12-131-68/+1
* perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo2013-12-101-2/+2
* perf symbols: Remove open coded management of long_name_allocated memberArnaldo Carvalho de Melo2013-12-101-5/+4
* perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo2013-12-101-20/+11
* perf symbols: Rename [sl]name_alloc to match the members they refer toArnaldo Carvalho de Melo2013-12-101-3/+3
* perf symbols: Retain symbol source file name to lookup source line numbersAdrian Hunter2013-12-041-0/+2
* perf symbols: Fix not finding kcore in buildid cacheAdrian Hunter2013-11-271-2/+7
* perf tools: Export setup_listDavid Ahern2013-11-271-1/+1
* perf symbols: Move idle syms check from top to generic functionDavid Ahern2013-11-271-0/+30
* perf symbols: Fix a memory leak due to symbol__delete not being usedChenggang Qin2013-10-141-0/+2
* perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter2013-10-141-0/+41
* perf symbols: Add ability to find kcore in build-id cacheAdrian Hunter2013-10-141-44/+103
* perf symbols: Validate kcore module addressesAdrian Hunter2013-10-141-21/+175
* perf symbols: Make a separate function to parse /proc/modulesAdrian Hunter2013-10-111-0/+58
* perf symbols: Add new option --ignore-vmlinux for perf topWilly Tarreau2013-10-091-2/+2
* perf symbols: Support for Openembedded/Yocto -dbg packagesRicardo Ribalda Delgado2013-10-091-0/+1
* perf tools: Fix symbol offset computation for some dsosDavid Ahern2013-09-021-1/+4
* perf symbols: Add support for reading from /proc/kcoreAdrian Hunter2013-08-071-3/+224
* perf tools: Make it possible to read object code from kernel modulesAdrian Hunter2013-08-071-3/+8
* perf tools: Make it possible to read object code from vmlinuxAdrian Hunter2013-08-071-12/+10
* perf symbols: avoid SyS kernel syscall aliasesAdrian Hunter2013-08-071-3/+14
* perf symbols: Do not apply symfs for an absolute vmlinux pathNamhyung Kim2013-07-171-2/+5
OpenPOWER on IntegriCloud