summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol-elf.c
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Add support for reading from /proc/kcoreAdrian Hunter2013-08-071-0/+51
* perf tools: Make it possible to read object code from kernel modulesAdrian Hunter2013-08-071-1/+24
* perf tools: Make it possible to read object code from vmlinuxAdrian Hunter2013-08-071-9/+91
* perf report: Add --no-demangle optionNamhyung Kim2013-03-261-3/+6
* perf symbols: Include elf.h header regardless LIBELF_SUPPORTNamhyung Kim2013-01-241-3/+0Star
* perf symbols: Ignore ABS symbols when loading data mapsNamhyung Kim2012-12-091-0/+11
* perf symbols: Fix builds with NO_LIBELF setDavid Ahern2012-08-201-0/+3
* perf symbols: Use both runtime and debug imagesCody P Schafer2012-08-131-0/+5
* perf symbols: Convert dso__load_syms to take 2 symsrc'sCody P Schafer2012-08-131-23/+24
* perf symbols: Factor want_symtab out of dso__load_sym()Cody P Schafer2012-08-131-11/+10Star
* perf symbols: Switch dso__synthesize_plt_symbols() to use symsrcCody P Schafer2012-08-131-18/+7Star
* perf symbols: Set symtab_type in dso__load_symCody P Schafer2012-08-131-0/+2
* perf symbols: Introduce symsrc structure.Cody P Schafer2012-08-131-29/+90
* perf symbols: Avoid segfault in elf_strptrCody P Schafer2012-08-131-0/+4
* perf symbols: Don't try to synthesize plt without dynstrCody P Schafer2012-08-131-0/+3
* perf symbols: Only un-prelink non-zero symbolsCody P Schafer2012-08-131-1/+1
* perf symbols: Split out util/symbol-elf.cNamhyung Kim2012-08-091-0/+774