aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/symbol.h
AgeCommit message (Expand)Author
2014-07-07perf hists browser: Add ui.show-headers config file optionJiri Olsa
2014-06-01perf hists: Add support for accumulated stat of hist entryNamhyung Kim
2014-05-05perf tools: Move sample data structures from perf.hJiri Olsa
2014-04-16perf report: Add --percentage optionNamhyung Kim
2014-03-18perf symbols: Record the reason for filtering an address_locationNamhyung Kim
2014-02-18perf probe: Allow to add events on the local functionsMasami Hiramatsu
2014-02-18perf symbols: No need to export dso__first_symbolArnaldo Carvalho de Melo
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo
2013-12-13tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo
2013-12-10perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo
2013-11-27perf tools: Export setup_listDavid Ahern
2013-11-27perf symbols: Move idle syms check from top to generic functionDavid Ahern
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-11perf symbols: Make a separate function to parse /proc/modulesAdrian Hunter
2013-10-09perf symbols: Add new option --ignore-vmlinux for perf topWilly Tarreau
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2013-08-07perf symbols: Add support for reading from /proc/kcoreAdrian Hunter
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian
2013-03-26perf report: Add --no-demangle optionNamhyung Kim
2013-01-31perf report: Make another loop for linking group histsNamhyung Kim
2013-01-24perf symbols: Include elf.h header regardless LIBELF_SUPPORTNamhyung Kim
2012-12-09perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo
2012-10-29perf tools: Move dso_* related functions into dso objectJiri Olsa
2012-10-29perf tools: Move strxfrchar into string objectJiri Olsa
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa
2012-09-28perf tools: Convert to LIBELF_SUPPORTNamhyung Kim
2012-09-24perf tools: bfd.h/libbfd detection fails with recent binutilsMarkus Trippelsdorf
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-11perf symbols: Make dsos__find function globally availableJiri Olsa
2012-09-08perf symbols: Remove BIONIC wrapper around libgen.hDavid Ahern
2012-09-07perf tools: include basename for non-glibc systemsIrina Tirdea
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: Introduce symsrc structure.Cody P Schafer
2012-08-13perf symbols: Track symtab_type of vmlinuxCody P Schafer
2012-08-13perf symbols: Remove unused 'end' arg in kallsyms parse cbCody P Schafer
2012-08-09perf symbols: Split out util/symbol-elf.cNamhyung Kim
2012-08-09perf symbols: Introduce symbol__elf_init()Namhyung Kim
2012-07-25perf test: Add dso data caching testsJiri Olsa
2012-07-25perf symbols: Add dso data cachingJiri Olsa
2012-07-25perf symbols: Add interface to read DSO image dataJiri Olsa
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa