summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.h
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add processor socket info to hist_entry and addr_locationKan Liang2015-09-141-0/+1
* perf tools: Rename perf_session_env to perf_envKan Liang2015-08-281-2/+2
* perf report: Show call graph from reference eventsKan Liang2015-08-121-1/+2
* perf symbols: Store if there is a filter in placeArnaldo Carvalho de Melo2015-07-131-1/+2
* perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim2015-05-051-2/+0Star
* perf probe ppc64le: Fix ppc64 ABIv2 symbol decodingAnanth N Mavinakayanahalli2015-05-041-0/+1
* perf probe ppc: Use the right prefix when ignoring SyS symbols on ppcNaveen N. Rao2015-05-041-0/+5
* perf probe ppc: Fix symbol fixup issues due to ELF typeNaveen N. Rao2015-05-041-0/+4
* perf tools: Add pid/tid filtering to report and script commandsDavid Ahern2015-03-241-0/+7
* perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim2015-03-121-0/+1
* perf symbols: Introduce method to iterate symbols ordered by nameArnaldo Carvalho de Melo2015-01-211-0/+1
* perf callchain: Support handling complete branch stacks as histogramsAndi Kleen2014-12-021-1/+2
* perf symbols: Move bfd_demangle stubbing to its only userArnaldo Carvalho de Melo2014-11-241-21/+0Star
* perf record: Do not save pathname in ./debug/.build-id directory for vmlinuxNamhyung Kim2014-11-051-0/+1
* perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo2014-10-141-1/+1
* perf tools: Disable kernel symbol demangling by defaultAvi Kivity2014-09-171-0/+1
* perf symbols: Don't demangle parameters and such by defaultNamhyung Kim2014-08-131-0/+1
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-131-1/+2
* perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo2014-07-311-0/+9
* perf tools: Add dso__type()Adrian Hunter2014-07-231-0/+2
* perf symbols: Add ability to iterate over a dso's symbolsAdrian Hunter2014-07-161-0/+3
* perf symbols: Record whether a dso is 64-bitAdrian Hunter2014-07-161-0/+1
* perf hists browser: Add ui.show-headers config file optionJiri Olsa2014-07-071-1/+2
* perf hists: Add support for accumulated stat of hist entryNamhyung Kim2014-06-011-0/+1
* perf tools: Move sample data structures from perf.hJiri Olsa2014-05-051-0/+1
* perf report: Add --percentage optionNamhyung Kim2014-04-161-1/+2
* perf symbols: Record the reason for filtering an address_locationNamhyung Kim2014-03-181-1/+1
* 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/+0Star
* 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/+0Star
* 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/+0Star
* perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo2012-11-091-20/+0Star
* perf tools: Move dso_* related functions into dso objectJiri Olsa2012-10-291-129/+5Star
* perf tools: Move strxfrchar into string objectJiri Olsa2012-10-291-2/+0Star