Age | Commit message (Expand) | Author | Files | Lines |
2020-05-28 | perf evsel: Rename perf_evsel__fprintf() to evsel__fprintf() | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2020-05-05 | perf evsel: Rename perf_evsel__is_*() to evsel__is*() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2019-11-12 | perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' | Arnaldo Carvalho de Melo | 1 | -12/+17 |
2019-09-25 | perf evsel: Introduce evsel_fprintf.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-09-25 | perf evsel: Remove need for symbol_conf in evsel_fprintf.c | Arnaldo Carvalho de Melo | 1 | -8/+6 |
2019-09-20 | perf callchain: Remove needless event.h include | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-07-29 | libperf: Move nr_members from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -2/+2 |
2019-07-29 | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -4/+4 |
2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -2/+2 |
2018-12-17 | perf tools: Support 'srccode' output | Andi Kleen | 1 | -0/+1 |
2018-09-19 | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_... | Tzvetomir Stoyanov (VMware) | 1 | -1/+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-24 | perf script: Mark inlined frames and do not print DSO for them | Milian Wolff | 1 | -1/+4 |
2017-10-24 | perf report: Remove code to handle inline frames from browsers | Milian Wolff | 1 | -32/+0 |
2017-05-24 | perf script: Add --inline option for debugging | Namhyung Kim | 1 | -0/+33 |
2017-04-19 | perf str{filter,list}: Disentangle headers | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2017-04-19 | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2017-02-13 | perf symbols: No need to check if sym->name is NULL | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2016-11-29 | perf script: Add option to stop printing callchain | David Ahern | 1 | -0/+8 |
2016-11-25 | perf callchain: Add option to skip ignore symbol when printing callchains | Namhyung Kim | 1 | -1/+6 |
2016-11-23 | perf evsel: Support printing callchains with arrows | Namhyung Kim | 1 | -0/+6 |
2016-11-23 | perf symbols: Print symbol offsets conditionally | Namhyung Kim | 1 | -2/+4 |
2016-09-29 | perf script: Fix vanished idle symbols | Adrian Hunter | 1 | -5/+2 |
2016-08-30 | perf symbols: Rename ->ignore to ->idle | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2016-04-14 | perf evsel: Move fprintf methods to separate source file | Arnaldo Carvalho de Melo | 1 | -0/+212 |