summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark2024-01-301-1/+8
* tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2024-01-301-0/+4
* perf vendor events intel: Alderlake/sapphirerapids metric fixesIan Rogers2024-01-273-160/+123
* perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong2024-01-264-7/+7
* perf top: Remove needless malloc(0) call that triggers -Walloc-sizeSun Haiyong2024-01-261-1/+1
* perf build: Make minimal shellcheck version to v0.6.0Yicong Yang2024-01-261-0/+10
* perf test shell daemon: Make signal test less racyIan Rogers2024-01-261-10/+24
* perf test shell script: Fix test for python being disabledIan Rogers2024-01-261-2/+1
* perf test: Workaround debug output in list testIan Rogers2024-01-261-3/+18
* perf list: Add output file optionIan Rogers2024-01-262-82/+133
* perf list: Switch error message to pr_err() to respect debug settings (-v)Ian Rogers2024-01-261-1/+1
* perf test: Fix 'perf script' tests on s390Thomas Richter2024-01-261-1/+8
* tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_M...Arnaldo Carvalho de Melo2024-01-261-0/+1
* 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
| * perf annotate: Add annotate_get_insn_location()Namhyung Kim2023-12-232-0/+143
| * perf annotate: Factor out evsel__get_arch()Namhyung Kim2023-12-232-13/+33
| * perf annotate-data: Add dso->data_types treeNamhyung Kim2023-12-234-10/+100
| * perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim2023-12-233-0/+205
| * perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim2023-12-233-0/+91
| * perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim2023-12-232-11/+30
| * perf vendor events powerpc: Add PVN for HX-C2000 CPU with Power8 ArchitectureJiaLong.Yang2023-12-211-2/+1
| * perf vendor events: Remove UTF-8 characters from cmn.jsonJing Zhang2023-12-211-1/+1
| * perf maps: Fix up overlaps during fixup_endIan Rogers2023-12-201-1/+1
| * perf maps: Reduce scope of map_rb_node and maps internalsIan Rogers2023-12-202-58/+55
| * perf maps: Add find next entry to give entry after the given mapIan Rogers2023-12-203-4/+16