aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol-elf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24perf symbols: Move bfd_demangle stubbing to its only userArnaldo Carvalho de Melo1-0/+21
2014-11-04perf symbols: Preparation for compressed kernel module supportNamhyung Kim1-1/+34
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long1-1/+6
2014-09-17perf symbols: Ignore stripped vmlinux and fallback to kallsymsAnton Blanchard1-0/+8
2014-09-17perf tools: Disable kernel symbol demangling by defaultAvi Kivity1-1/+6
2014-08-13perf symbols: Fix missing label symbolsAdrian Hunter1-1/+1
2014-08-13perf symbols: Don't demangle parameters and such by defaultNamhyung Kim1-2/+5
2014-07-23perf tools: Add dso__type()Adrian Hunter1-0/+33
2014-07-23perf tools: Separate the VDSO map name from the VDSO dso nameAdrian Hunter1-1/+1
2014-07-16perf symbols: Record whether a dso is 64-bitAdrian Hunter1-0/+3
2014-07-16perf symbols: Fix missing GNU IFUNC symbolsAdrian Hunter1-1/+2
2014-04-20perf tools: Adjust symbols in VDSOVladimir Nikulichev1-0/+2
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+3
2014-03-10perf symbols: Fix crash in elf_section_by_nameJiri Olsa1-3/+3
2014-02-24perf symbols: Check return value of filename__read_debuglink()Stephane Eranian1-0/+2
2014-01-31perf symbols: Fix symbol annotation for relocated kernelAdrian Hunter1-0/+2
2014-01-27perf tools: Demangle kernel and kernel module symbols tooAvi Kivity1-1/+1
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu1-3/+2
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+1
2013-12-13tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo1-0/+1
2013-10-14perf symbols: Fix a mmap and munmap mismatched bugChenggang Qin1-5/+5
2013-10-14perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter1-0/+366
2013-10-14perf symbols: Workaround objdump difficulties with kcoreAdrian Hunter1-0/+229
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-1/+1
2013-09-29Revert "perf symbols: Demangle cloned functions"Ingo Molnar1-26/+1
2013-09-25perf symbols: Demangle cloned functionsAndi Kleen1-1/+26
2013-09-19perf tools: Fix compile with libelf without get_phdrnumAdrian Hunter1-0/+16
2013-08-07perf symbols: Add support for reading from /proc/kcoreAdrian Hunter1-0/+51
2013-08-07perf tools: Make it possible to read object code from kernel modulesAdrian Hunter1-1/+24
2013-08-07perf tools: Make it possible to read object code from vmlinuxAdrian Hunter1-9/+91
2013-03-26perf report: Add --no-demangle optionNamhyung Kim1-3/+6
2013-01-24perf symbols: Include elf.h header regardless LIBELF_SUPPORTNamhyung Kim1-3/+0
2012-12-09perf symbols: Ignore ABS symbols when loading data mapsNamhyung Kim1-0/+11
2012-08-20perf symbols: Fix builds with NO_LIBELF setDavid Ahern1-0/+3
2012-08-13perf symbols: Use both runtime and debug imagesCody P Schafer1-0/+5
2012-08-13perf symbols: Convert dso__load_syms to take 2 symsrc'sCody P Schafer1-23/+24
2012-08-13perf symbols: Factor want_symtab out of dso__load_sym()Cody P Schafer1-11/+10
2012-08-13perf symbols: Switch dso__synthesize_plt_symbols() to use symsrcCody P Schafer1-18/+7
2012-08-13perf symbols: Set symtab_type in dso__load_symCody P Schafer1-0/+2
2012-08-13perf symbols: Introduce symsrc structure.Cody P Schafer1-29/+90
2012-08-13perf symbols: Avoid segfault in elf_strptrCody P Schafer1-0/+4
2012-08-13perf symbols: Don't try to synthesize plt without dynstrCody P Schafer1-0/+3
2012-08-13perf symbols: Only un-prelink non-zero symbolsCody P Schafer1-1/+1
2012-08-09perf symbols: Split out util/symbol-elf.cNamhyung Kim1-0/+774