| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-20 | perf tools: display the new PERF_RECORD_BPF_METADATA event | Blake Jones | 1 | -1/+2 |
| 2024-08-12 | perf tool: Remove perf_tool__fill_defaults() | Ian Rogers | 1 | -1/+0 |
| 2024-08-12 | perf record: Use perf_tool__init() | Ian Rogers | 1 | -0/+6 |
| 2024-08-12 | perf tool: Add perf_tool__init() | Ian Rogers | 1 | -0/+1 |
| 2024-08-12 | perf tool: Move fill defaults into tool.c | Ian Rogers | 1 | -0/+4 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -4/+4 |
| 2024-08-12 | perf inject: Fix leader sampling inserting additional samples | Ian Rogers | 1 | -0/+1 |
| 2022-06-23 | perf record: Add finished init event | Adrian Hunter | 1 | -1/+2 |
| 2022-02-10 | perf report: Output data file name in raw trace dump | Alexey Bayduraev | 1 | -1/+2 |
| 2021-10-20 | perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID | Adrian Hunter | 1 | -0/+1 |
| 2020-07-10 | perf tools: Add support for PERF_RECORD_TEXT_POKE | Adrian Hunter | 1 | -1/+2 |
| 2020-04-03 | perf record: Support synthesizing cgroup events | Namhyung Kim | 1 | -0/+1 |
| 2020-04-03 | perf tools: Basic support for CGROUP event | Namhyung Kim | 1 | -0/+1 |
| 2019-08-26 | perf tool: Rename perf_tool::bpf_event to bpf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -2/+2 |
| 2019-05-15 | perf report: Add stub processing of compressed events for -D | Alexey Budankov | 1 | -0/+2 |
| 2019-01-21 | perf tools: Handle PERF_RECORD_BPF_EVENT | Song Liu | 1 | -1/+2 |
| 2019-01-21 | perf tools: Handle PERF_RECORD_KSYMBOL | Song Liu | 1 | -1/+3 |
| 2018-09-19 | perf tools: Remove perf_tool from event_op3 | Jiri Olsa | 1 | -3/+1 |
| 2018-09-19 | perf tools: Remove perf_tool from event_op2 | Jiri Olsa | 1 | -2/+1 |
| 2018-01-10 | perf tools: Make the tool's warning messages optional | Jiri Olsa | 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-07-18 | perf tools: Add feature header record to pipe-mode | David Carrillo-Cisneros | 1 | -1/+2 |
| 2017-07-18 | perf tool: Add show_feature_header to perf_tool | David Carrillo-Cisneros | 1 | -0/+7 |
| 2017-03-14 | perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 1 | -0/+2 |
| 2016-03-31 | perf tools: Add time conversion event | Adrian Hunter | 1 | -0/+1 |
| 2015-12-17 | perf tools: Add event_update user level event | Jiri Olsa | 1 | -0/+1 |
| 2015-12-17 | perf tools: Add stat round user level event | Jiri Olsa | 1 | -1/+2 |
| 2015-12-17 | perf tools: Add stat user level event | Jiri Olsa | 1 | -1/+2 |
| 2015-12-17 | perf tools: Add stat config user level event | Jiri Olsa | 1 | -1/+2 |
| 2015-12-17 | perf cpu_map: Add cpu_map user level event | Jiri Olsa | 1 | -1/+2 |
| 2015-12-17 | perf thread_map: Add thread_map user level event | Jiri Olsa | 1 | -1/+2 |
| 2015-07-23 | perf tools: Add new PERF_RECORD_SWITCH event | Adrian Hunter | 1 | -0/+1 |
| 2015-06-07 | perf tools: handle PERF_RECORD_LOST_SAMPLES | Kan Liang | 1 | -0/+1 |
| 2015-05-05 | perf tools: Add support for PERF_RECORD_ITRACE_START | Adrian Hunter | 1 | -0/+1 |
| 2015-05-05 | perf tools: Add support for PERF_RECORD_AUX | Adrian Hunter | 1 | -0/+1 |
| 2015-04-29 | perf tools: Add a user event for AUX area tracing errors | Adrian Hunter | 1 | -1/+2 |
| 2015-04-29 | perf tools: Add user events for AUX area tracing | Adrian Hunter | 1 | -1/+8 |
| 2015-03-12 | perf tools: tool->finished_round() doesn't need perf_session | Arnaldo Carvalho de Melo | 1 | -2/+6 |
| 2014-10-29 | perf tools: Add id index | Adrian Hunter | 1 | -1/+2 |
| 2014-08-12 | perf tools: Rename ordered_samples bool to ordered_events | Jiri Olsa | 1 | -1/+1 |
| 2013-09-11 | perf tools: Add attr->mmap2 support | Stephane Eranian | 1 | -0/+1 |
| 2013-07-15 | perf tools: Remove event types framework completely | Jiri Olsa | 1 | -3/+0 |
| 2013-07-12 | perf tools: Fix missing tool parameter | Adrian Hunter | 1 | -5/+4 |
| 2011-11-28 | perf tools: Save some loops using perf_evlist__id2evsel | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2011-11-28 | perf tools: Rename perf_event_ops to perf_tool | Arnaldo Carvalho de Melo | 1 | -0/+45 |