summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.h
Commit message (Expand)AuthorAgeFilesLines
...
* perf probe: Allow to add events on the local functionsMasami Hiramatsu2014-02-181-0/+11
* perf symbols: No need to export dso__first_symbolArnaldo Carvalho de Melo2014-02-181-1/+0
* perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu2014-01-161-0/+5
* perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo2013-12-191-0/+1
* tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo2013-12-131-3/+0
* perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo2013-12-101-1/+2
* perf tools: Export setup_listDavid Ahern2013-11-271-0/+3
* perf symbols: Move idle syms check from top to generic functionDavid Ahern2013-11-271-0/+1
* perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter2013-10-141-0/+3
* perf symbols: Workaround objdump difficulties with kcoreAdrian Hunter2013-10-141-0/+14
* perf symbols: Make a separate function to parse /proc/modulesAdrian Hunter2013-10-111-0/+3
* perf symbols: Add new option --ignore-vmlinux for perf topWilly Tarreau2013-10-091-0/+1
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-4/+4
* perf symbols: Add support for reading from /proc/kcoreAdrian Hunter2013-08-071-0/+5
* perf tools: Add mem access sampling core supportStephane Eranian2013-04-011-0/+6
* perf report: Add --no-demangle optionNamhyung Kim2013-03-261-1/+2
* perf report: Make another loop for linking group histsNamhyung Kim2013-01-311-1/+2
* perf symbols: Include elf.h header regardless LIBELF_SUPPORTNamhyung Kim2013-01-241-1/+1
* perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo2012-12-091-0/+4
* perf tests: Final cleanup for builtin-test moveJiri Olsa2012-11-141-1/+0
* perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo2012-11-091-20/+0
* perf tools: Move dso_* related functions into dso objectJiri Olsa2012-10-291-129/+5
* perf tools: Move strxfrchar into string objectJiri Olsa2012-10-291-2/+0
* perf tools: Move hex2u64 into util objectJiri Olsa2012-10-291-1/+0
* perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa2012-10-291-2/+1
* perf tools: Move build_id__sprintf into build-id objectJiri Olsa2012-10-291-1/+0
* perf tools: Convert to LIBELF_SUPPORTNamhyung Kim2012-09-281-5/+5
* perf tools: bfd.h/libbfd detection fails with recent binutilsMarkus Trippelsdorf2012-09-241-0/+1
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-3/+4
* perf symbols: Make dsos__find function globally availableJiri Olsa2012-09-111-0/+1
* perf symbols: Remove BIONIC wrapper around libgen.hDavid Ahern2012-09-081-2/+0
* perf tools: include basename for non-glibc systemsIrina Tirdea2012-09-071-0/+3
* perf symbols: Use both runtime and debug imagesCody P Schafer2012-08-131-0/+1
* perf symbols: Convert dso__load_syms to take 2 symsrc'sCody P Schafer2012-08-131-2/+3
* perf symbols: Factor want_symtab out of dso__load_sym()Cody P Schafer2012-08-131-1/+2
* perf symbols: Switch dso__synthesize_plt_symbols() to use symsrcCody P Schafer2012-08-131-2/+2
* perf symbols: Introduce symsrc structure.Cody P Schafer2012-08-131-1/+35
* perf symbols: Track symtab_type of vmlinuxCody P Schafer2012-08-131-0/+2
* perf symbols: Remove unused 'end' arg in kallsyms parse cbCody P Schafer2012-08-131-1/+1
* perf symbols: Split out util/symbol-elf.cNamhyung Kim2012-08-091-0/+15
* perf symbols: Introduce symbol__elf_init()Namhyung Kim2012-08-091-0/+1
* perf test: Add dso data caching testsJiri Olsa2012-07-251-0/+1
* perf symbols: Add dso data cachingJiri Olsa2012-07-251-0/+11
* perf symbols: Add interface to read DSO image dataJiri Olsa2012-07-251-0/+8
* perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa2012-07-251-16/+18
* perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais2012-06-271-0/+1
* perf symbols: Handle different endians properly during symbol loadJiri Olsa2012-05-311-0/+30
* perf probe: Provide perf interface for uprobesSrikar Dronamraju2012-05-111-0/+1
* perf symbols: Introduce symbol__size methodArnaldo Carvalho de Melo2012-04-191-0/+5
* perf report: Enable TUI in branch view modeStephane Eranian2012-03-091-1/+6