blob: f847901a64a1f2c354dd9af8085b864b832613b1 [file] [log] [blame]
13c230ab6e56 ("perf tools: Ditch rtrim(), use strim() from tools/lib")
3ca43b6053c9 ("perf tools: Remove trim() implementation, use tools/lib's strim()")
328584804edc ("perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel")
6987561c9e86 ("perf annotate: Enable annotation of BPF programs")
3ca3877a9732 ("perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotation")
e5416950454f ("perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_tool")
a742258af131 ("perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear()")
811184fb6977 ("perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT")
68c0188ea778 ("perf symbols: Remove some unnecessary includes from symbol.h")
f1a397f33743 ("perf tools: Move branch structs to branch.h")
a40b95bcd30c ("perf top: Synthesize BPF events for pre-existing loaded BPF programs")
7b612e291a5a ("perf tools: Synthesize PERF_RECORD_* for loaded BPF programs")
45178a928a4b ("perf tools: Handle PERF_RECORD_BPF_EVENT")
9aa0bfa370b2 ("perf tools: Handle PERF_RECORD_KSYMBOL")
16c66bc167cc ("perf top: Add processing thread")
d24e3c98ac11 ("perf top: Save and display the lost count stats")
b8494f1df875 ("perf ordered_events: Rework show_progress for __ordered_events__flush")
218d61110f69 ("perf top: Do not use overwrite mode by default")
4e303fbe2d95 ("perf top: Allow disabling the overwrite mode")
088519f318be ("perf stat: Move the display functions to stat-display.c")
d0192fdba09a ("perf stat: Move 'metric_events' to 'struct perf_stat_config'")
54ac0b1bd25c ("perf stat: Move 'walltime_*' data to 'struct perf_stat_config'")
be54d5932531 ("perf stat: Propagate 'struct target' arg to sort_aggr_thread()")
fdee335b00b0 ("perf stat: Move 'no_merge' data to 'struct perf_stat_config'")
34ff0866d46a ("perf stat: Move 'big_num' data to 'struct perf_stat_config'")
a138af663500 ("perf stat: Do not use the global 'evsel_list' in print functions")
6f6b6594b5f3 ("perf stat: Move *_aggr_* data to 'struct perf_stat_config'")
8897a8916efb ("perf stat: Move ru_* data to 'struct perf_stat_config'")
3b3cd9a41c2b ("perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config'")
31084123c196 ("perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config'")
aea0dca1629c ("perf stat: Move 'null_run' to 'struct perf_stat_config'")
26893a6018f8 ("perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'")
77e0faf8552c ("perf stat: Pass 'evlist' to aggr_update_shadow()")
ae2d7da554f0 ("perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu()")
ee1760e2cf62 ("perf stat: Move 'metric_only_len' to 'struct perf_stat_config'")
d97ae04b3d52 ("perf stat: Move 'run_count' to 'struct perf_stat_config'")
0c538a946295 ("perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()")
bc0bcda201e8 ("perf stat: Pass 'evlist' argument to print functions")
c512e0eae4c6 ("perf stat: Add 'target' argument to perf_evlist__print_counters()")
df4f7b4d4b1e ("perf stat: Move 'unit_width' to 'struct perf_stat_config'")
0ce5aa026660 ("perf stat: Move 'metric_only' to 'struct perf_stat_config'")
132c6ba3c440 ("perf stat: Move 'interval_clear' to 'struct perf_stat_config'")
fa7070a38676 ("perf stat: Move csv_* to 'struct perf_stat_config'")
6ca9a082b190 ("perf stat: Pass a 'struct perf_stat_config' argument to global print functions")
f3ca50e61ff4 ("perf stat: Pass 'struct perf_stat_config' argument to local print functions")
b64df7f33743 ("perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_counters()")
0174820a8ba1 ("perf stat: Move STAT_RECORD out of perf_evlist__print_counters()")
a5a9eac1a018 ("perf stat: Introduce perf_evlist__print_counters()")
0a4e64d391a2 ("perf stat: Move perf_stat_synthesize_config() to stat.c")
c2c247f2dd87 ("perf stat: Add 'perf_event__handler_t' argument to perf_stat_synthesize_config()")