aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/symbol-elf.c
AgeCommit message (Expand)Author
2015-05-17perf symbols: Define STT_GNU_IFUNC for glibc 2.9 and older.Vinson Lee
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long
2014-09-17perf symbols: Ignore stripped vmlinux and fallback to kallsymsAnton Blanchard
2014-09-17perf tools: Disable kernel symbol demangling by defaultAvi Kivity
2014-08-13perf symbols: Fix missing label symbolsAdrian Hunter
2014-08-13perf symbols: Don't demangle parameters and such by defaultNamhyung Kim
2014-07-23perf tools: Add dso__type()Adrian Hunter
2014-07-23perf tools: Separate the VDSO map name from the VDSO dso nameAdrian Hunter
2014-07-16perf symbols: Record whether a dso is 64-bitAdrian Hunter
2014-07-16perf symbols: Fix missing GNU IFUNC symbolsAdrian Hunter
2014-04-20perf tools: Adjust symbols in VDSOVladimir Nikulichev
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar
2014-03-10perf symbols: Fix crash in elf_section_by_nameJiri Olsa
2014-02-24perf symbols: Check return value of filename__read_debuglink()Stephane Eranian
2014-01-31perf symbols: Fix symbol annotation for relocated kernelAdrian Hunter
2014-01-27perf tools: Demangle kernel and kernel module symbols tooAvi Kivity
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-13tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo
2013-10-14perf symbols: Fix a mmap and munmap mismatched bugChenggang Qin
2013-10-14perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter
2013-10-14perf symbols: Workaround objdump difficulties with kcoreAdrian Hunter
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2013-09-29Revert "perf symbols: Demangle cloned functions"Ingo Molnar
2013-09-25perf symbols: Demangle cloned functionsAndi Kleen
2013-09-19perf tools: Fix compile with libelf without get_phdrnumAdrian Hunter
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
2013-03-26perf report: Add --no-demangle optionNamhyung Kim
2013-01-24perf symbols: Include elf.h header regardless LIBELF_SUPPORTNamhyung Kim
2012-12-09perf symbols: Ignore ABS symbols when loading data mapsNamhyung Kim
2012-08-20perf symbols: Fix builds with NO_LIBELF setDavid Ahern
2012-08-13perf symbols: Use both runtime and debug imagesCody P Schafer
2012-08-13perf symbols: Convert dso__load_syms to take 2 symsrc'sCody P Schafer
2012-08-13perf symbols: Factor want_symtab out of dso__load_sym()Cody P Schafer
2012-08-13perf symbols: Switch dso__synthesize_plt_symbols() to use symsrcCody P Schafer
2012-08-13perf symbols: Set symtab_type in dso__load_symCody P Schafer
2012-08-13perf symbols: Introduce symsrc structure.Cody P Schafer
2012-08-13perf symbols: Avoid segfault in elf_strptrCody P Schafer
2012-08-13perf symbols: Don't try to synthesize plt without dynstrCody P Schafer
2012-08-13perf symbols: Only un-prelink non-zero symbolsCody P Schafer
2012-08-09perf symbols: Split out util/symbol-elf.cNamhyung Kim