summaryrefslogtreecommitdiff
path: root/tools/perf/util/symbol.h
AgeCommit message (Expand)Author
2015-11-12perf symbols: Allow forcing reading of non-root owned files by rootArnaldo Carvalho de Melo
2015-09-14perf tools: Add processor socket info to hist_entry and addr_locationKan Liang
2015-08-28perf tools: Rename perf_session_env to perf_envKan Liang
2015-08-12perf report: Show call graph from reference eventsKan Liang
2015-07-13perf symbols: Store if there is a filter in placeArnaldo Carvalho de Melo
2015-05-05perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim
2015-05-04perf probe ppc64le: Fix ppc64 ABIv2 symbol decodingAnanth N Mavinakayanahalli
2015-05-04perf probe ppc: Use the right prefix when ignoring SyS symbols on ppcNaveen N. Rao
2015-05-04perf probe ppc: Fix symbol fixup issues due to ELF typeNaveen N. Rao
2015-03-24perf tools: Add pid/tid filtering to report and script commandsDavid Ahern
2015-03-12perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim
2015-01-21perf symbols: Introduce method to iterate symbols ordered by nameArnaldo Carvalho de Melo
2014-12-01perf callchain: Support handling complete branch stacks as histogramsAndi Kleen
2014-11-24perf symbols: Move bfd_demangle stubbing to its only userArnaldo Carvalho de Melo
2014-11-05perf record: Do not save pathname in ./debug/.build-id directory for vmlinuxNamhyung Kim
2014-10-14perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo
2014-09-17perf tools: Disable kernel symbol demangling by defaultAvi Kivity
2014-08-13perf symbols: Don't demangle parameters and such by defaultNamhyung Kim
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim
2014-07-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo
2014-07-23perf tools: Add dso__type()Adrian Hunter
2014-07-16perf symbols: Add ability to iterate over a dso's symbolsAdrian Hunter
2014-07-16perf symbols: Record whether a dso is 64-bitAdrian Hunter
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