summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | perf mem: Clean up perf_mem_events__record_args()Kan Liang2024-01-244-53/+17
* | perf mem: Clean up is_mem_loads_aux_event()Kan Liang2024-01-242-21/+16
* | perf mem: Clean up perf_mem_event__supported()Kan Liang2024-01-245-29/+31
* | perf mem: Clean up perf_mem_events__name()Kan Liang2024-01-2410-107/+97
* | perf mem: Clean up perf_mem_events__ptr()Kan Liang2024-01-246-92/+104
* | perf mem: Add mem_events into the supported perf_pmuKan Liang2024-01-2410-7/+44
* | perf sched: Commit to evsel__taskstate() to parse task state infoZe Gao2024-01-221-36/+10
* | perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao2024-01-222-1/+36
* | perf util: Add helpers to parse task state string from libtraceeventZe Gao2024-01-221-0/+112
* | perf sched: Sync state char array with the kernelZe Gao2024-01-221-12/+1
* | perf data: Minor code style alignment cleanupYang Jihong2024-01-223-10/+11
* | perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong2024-01-222-2/+5
* | perf record: Fix possible incorrect free in record__switch_output()Yang Jihong2024-01-221-1/+1
* | perf dwarf-aux: Check allowed DWARF OpsNamhyung Kim2024-01-221-4/+40
* | perf annotate-data: Support stack variablesNamhyung Kim2024-01-223-24/+93
* | perf dwarf-aux: Add die_get_cfa()Namhyung Kim2024-01-222-1/+82
* | perf annotate-data: Support global variablesNamhyung Kim2024-01-224-13/+92
* | perf annotate-data: Handle PC-relative addressingNamhyung Kim2024-01-221-18/+38
* | perf annotate-data: Add stack operation pseudo typeNamhyung Kim2024-01-222-0/+27
* | perf annotate-data: Handle array style accessesNamhyung Kim2024-01-224-19/+61
* | perf annotate-data: Handle macro fusion on x86Namhyung Kim2024-01-221-1/+16
* | perf annotate-data: Parse 'lock' prefix from llvm-objdumpNamhyung Kim2024-01-221-1/+13
* | perf build: Check whether pkg-config is installed when libtraceevent is linkedYang Jihong2024-01-221-0/+6
* | perf test: raise limit to 20 percent for perf_stat_--bpf-counters_testThomas Richter2024-01-221-6/+6
|/
* Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-19227-2027/+7652
|\
| * perf test: test case 'Setup struct perf_event_attr' fails on s390 on z/vmThomas Richter2024-01-041-1/+1
| * perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey2024-01-041-2/+2
| * perf tests: Add perf script testIan Rogers2024-01-041-0/+66
| * perf TUI: Don't ignore job controlAhelenia ZiemiaƄska2024-01-044-0/+26
| * perf vendor events intel: Update sapphirerapids events to v1.17Ian Rogers2024-01-045-9/+60
| * perf vendor events intel: Update icelakex events to v1.23Ian Rogers2024-01-044-6/+6
| * perf vendor events intel: Update emeraldrapids events to v1.02Ian Rogers2024-01-045-25/+60
| * perf vendor events intel: Alderlake/rocketlake metric fixesIan Rogers2024-01-042-8/+9
| * perf x86 test: Add hybrid test for conflicting legacy/sysfs eventIan Rogers2024-01-031-0/+23
| * perf x86 test: Update hybrid expectationsIan Rogers2024-01-031-7/+7
| * perf vendor events amd: Add Zen 4 memory controller eventsSandipan Das2024-01-033-0/+187
| * perf stat: Fix hard coded LL miss unitsIan Rogers2024-01-031-1/+1
| * perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES eventIan Rogers2024-01-031-2/+4
| * perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers2024-01-035-32/+50
| * perf annotate: Add --insn-stat option for debuggingNamhyung Kim2023-12-233-0/+87
| * perf annotate: Add --type-stat option for debuggingNamhyung Kim2023-12-235-7/+108
| * perf annotate: Support event group displayNamhyung Kim2023-12-231-12/+77
| * perf annotate: Add --data-type optionNamhyung Kim2023-12-236-11/+118
| * perf report: Add 'symoff' sort keyNamhyung Kim2023-12-234-0/+50
| * perf report: Add 'typeoff' sort keyNamhyung Kim2023-12-235-1/+87
| * perf annotate-data: Update sample histogram for typeNamhyung Kim2023-12-233-1/+131
| * perf annotate-data: Add member field in the data typeNamhyung Kim2023-12-233-18/+119
| * perf report: Support data type profilingNamhyung Kim2023-12-231-2/+13
| * perf report: Add 'type' sort keyNamhyung Kim2023-12-235-2/+75
| * perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2023-12-232-0/+92