aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol-minimal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-07perf symbols: Add support for reading from /proc/kcoreAdrian Hunter1-0/+7
2013-01-24perf symbols: Include elf.h header regardless LIBELF_SUPPORTNamhyung Kim1-1/+0
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-12/+16
2012-08-13perf symbols: Use both runtime and debug imagesCody P Schafer1-0/+6
2012-08-13perf symbols: Convert dso__load_syms to take 2 symsrc'sCody P Schafer1-0/+1
2012-08-13perf symbols: Factor want_symtab out of dso__load_sym()Cody P Schafer1-2/+6
2012-08-13perf symbols: Switch dso__synthesize_plt_symbols() to use symsrcCody P Schafer1-1/+2
2012-08-13perf symbols: Introduce symsrc structure.Cody P Schafer1-3/+27
2012-08-09perf symbols: Implement poor man's ELF parserNamhyung Kim1-7/+235
2012-08-09perf symbols: Support minimal build without libelfNamhyung Kim1-0/+39