Age | Commit message (Expand) | Author | Files | Lines |
2017-12-27 | perf probe: Find versioned symbols from map | Masami Hiramatsu | 1 | -0/+1 |
2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-25 | perf report: Use srcline from callchain for hist entries | Milian Wolff | 1 | -0/+1 |
2017-10-24 | perf callchain: Refactor inline_list to operate on symbols | Milian Wolff | 1 | -0/+1 |
2017-09-28 | perf test: Fix vmlinux failure on s390x | Thomas Richter | 1 | -3/+0 |
2017-09-01 | perf sort: Add sort option for physical address | Kan Liang | 1 | -0/+1 |
2017-08-11 | perf report: Fix module symbol adjustment for s390x | Thomas Richter | 1 | -0/+3 |
2017-08-11 | perf record: Fix wrong size in perf_record_mmap for last kernel module | Thomas Richter | 1 | -1/+1 |
2017-08-11 | perf util: Take elf_name as const string in dso__demangle_sym | Milian Wolff | 1 | -1/+1 |
2017-05-03 | perf symbols: Allow user probes on versioned symbols | Paul Clarke | 1 | -0/+11 |
2017-04-19 | perf tools: Move path related functions to util/path.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2017-03-27 | perf report: Introduce --inline option | Jin Yao | 1 | -1/+2 |
2017-03-27 | perf report: Find the inline stack for a given address | Jin Yao | 1 | -0/+2 |
2017-03-21 | perf sdt: Add scanning of sdt probes arguments | Alexis Berlemont | 1 | -0/+1 |
2016-11-29 | perf script: Add option to stop printing callchain | David Ahern | 1 | -2/+4 |
2016-11-25 | perf sched timehist: Mark schedule function in callchains | Namhyung Kim | 1 | -0/+1 |
2016-11-23 | perf symbols: Print symbol offsets conditionally | Namhyung Kim | 1 | -1/+2 |
2016-11-14 | perf report: Create a symbol_conf flag for showing branch flag counting | Jin Yao | 1 | -0/+1 |
2016-09-29 | perf symbols: Add dso__last_symbol() | Adrian Hunter | 1 | -0/+1 |
2016-09-05 | perf symbols: Remove symbol_filter_t machinery | Arnaldo Carvalho de Melo | 1 | -11/+7 |
2016-09-05 | perf symbols: Mark if a symbol is idle in the library | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-08-30 | perf symbols: Rename ->ignore to ->idle | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-08-30 | perf annotate: Initialize the priv are in symbol__new() | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2016-07-05 | perf sdt: ELF support for SDT | Hemant Kumar | 1 | -0/+22 |
2016-05-23 | perf report: Add srcline_from/to branch sort keys | Andi Kleen | 1 | -0/+2 |
2016-05-20 | perf tools: Set buildid dir under symfs when --symfs is provided | He Kuang | 1 | -0/+2 |
2016-05-17 | perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE | Masami Hiramatsu | 1 | -0/+3 |
2016-05-11 | perf symbols: Add dso__insert_symbol function | Chris Phlipot | 1 | -0/+3 |
2016-05-06 | perf symbols: Fix kallsyms perf test on ppc64le | Naveen N. Rao | 1 | -1/+2 |
2016-04-19 | perf symbols: Allow loading kallsyms without considering kcore files | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2016-04-15 | perf symbols: Move fprintf routines to separate object file | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2016-04-12 | perf evsel: Allow unresolved symbol names to be printed as addresses | Arnaldo Carvalho de Melo | 1 | -0/+6 |
2016-03-23 | perf tools: Remove needless 'extern' from function prototypes | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2016-02-24 | perf hists: Basic support of hierarchical report view | Namhyung Kim | 1 | -1/+2 |
2016-01-07 | perf report/top: Add --raw-trace option | Namhyung Kim | 1 | -1/+2 |
2015-11-26 | perf callchain: Honor hide_unresolved | Namhyung Kim | 1 | -1/+2 |
2015-11-13 | perf symbols: Allow forcing reading of non-root owned files by root | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2015-09-14 | perf tools: Add processor socket info to hist_entry and addr_location | Kan Liang | 1 | -0/+1 |
2015-08-28 | perf tools: Rename perf_session_env to perf_env | Kan Liang | 1 | -2/+2 |
2015-08-12 | perf report: Show call graph from reference events | Kan Liang | 1 | -1/+2 |
2015-07-13 | perf symbols: Store if there is a filter in place | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2015-05-06 | perf tools: Move TUI-specific fields out of map_symbol | Namhyung Kim | 1 | -2/+0 |
2015-05-04 | perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding | Ananth N Mavinakayanahalli | 1 | -0/+1 |
2015-05-04 | perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc | Naveen N. Rao | 1 | -0/+5 |
2015-05-04 | perf probe ppc: Fix symbol fixup issues due to ELF type | Naveen N. Rao | 1 | -0/+4 |
2015-03-24 | perf tools: Add pid/tid filtering to report and script commands | David Ahern | 1 | -0/+7 |
2015-03-12 | perf symbols: Allow symbol alias when loading map for symbol name | Namhyung Kim | 1 | -0/+1 |
2015-01-21 | perf symbols: Introduce method to iterate symbols ordered by name | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2014-12-02 | perf callchain: Support handling complete branch stacks as histograms | Andi Kleen | 1 | -1/+2 |