aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu1-0/+5
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo1-0/+1
2013-12-13tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo1-3/+0
2013-12-10perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo1-1/+2
2013-11-27perf tools: Export setup_listDavid Ahern1-0/+3
2013-11-27perf symbols: Move idle syms check from top to generic functionDavid Ahern1-0/+1
2013-10-14perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter1-0/+3
2013-10-14perf symbols: Workaround objdump difficulties with kcoreAdrian Hunter1-0/+14
2013-10-11perf symbols: Make a separate function to parse /proc/modulesAdrian Hunter1-0/+3
2013-10-09perf symbols: Add new option --ignore-vmlinux for perf topWilly Tarreau1-0/+1
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-4/+4
2013-08-07perf symbols: Add support for reading from /proc/kcoreAdrian Hunter1-0/+5
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian1-0/+6
2013-03-26perf report: Add --no-demangle optionNamhyung Kim1-1/+2
2013-01-31perf report: Make another loop for linking group histsNamhyung Kim1-1/+2
2013-01-24perf symbols: Include elf.h header regardless LIBELF_SUPPORTNamhyung Kim1-1/+1
2012-12-09perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo1-0/+4
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa1-1/+0
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo1-20/+0
2012-10-29perf tools: Move dso_* related functions into dso objectJiri Olsa1-129/+5
2012-10-29perf tools: Move strxfrchar into string objectJiri Olsa1-2/+0
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa1-1/+0
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa1-2/+1
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa1-1/+0
2012-09-28perf tools: Convert to LIBELF_SUPPORTNamhyung Kim1-5/+5
2012-09-24perf tools: bfd.h/libbfd detection fails with recent binutilsMarkus Trippelsdorf1-0/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-3/+4
2012-09-11perf symbols: Make dsos__find function globally availableJiri Olsa1-0/+1
2012-09-08perf symbols: Remove BIONIC wrapper around libgen.hDavid Ahern1-2/+0
2012-09-07perf tools: include basename for non-glibc systemsIrina Tirdea1-0/+3
2012-08-13perf symbols: Use both runtime and debug imagesCody P Schafer1-0/+1
2012-08-13perf symbols: Convert dso__load_syms to take 2 symsrc'sCody P Schafer1-2/+3
2012-08-13perf symbols: Factor want_symtab out of dso__load_sym()Cody P Schafer1-1/+2
2012-08-13perf symbols: Switch dso__synthesize_plt_symbols() to use symsrcCody P Schafer1-2/+2
2012-08-13perf symbols: Introduce symsrc structure.Cody P Schafer1-1/+35
2012-08-13perf symbols: Track symtab_type of vmlinuxCody P Schafer1-0/+2
2012-08-13perf symbols: Remove unused 'end' arg in kallsyms parse cbCody P Schafer1-1/+1
2012-08-09perf symbols: Split out util/symbol-elf.cNamhyung Kim1-0/+15
2012-08-09perf symbols: Introduce symbol__elf_init()Namhyung Kim1-0/+1
2012-07-25perf test: Add dso data caching testsJiri Olsa1-0/+1
2012-07-25perf symbols: Add dso data cachingJiri Olsa1-0/+11
2012-07-25perf symbols: Add interface to read DSO image dataJiri Olsa1-0/+8
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa1-16/+18
2012-06-27perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais1-0/+1
2012-05-31perf symbols: Handle different endians properly during symbol loadJiri Olsa1-0/+30
2012-05-11perf probe: Provide perf interface for uprobesSrikar Dronamraju1-0/+1
2012-04-19perf symbols: Introduce symbol__size methodArnaldo Carvalho de Melo1-0/+5
2012-03-09perf report: Enable TUI in branch view modeStephane Eranian1-1/+6
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo1-0/+13
2012-01-30perf script: Add option resolving vmlinux pathAkihiro Nagai1-0/+1