aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-01-24perf version: Display availability of HAVE_DWARF_UNWIND_SUPPORTJames Clark1-0/+1
2024-01-24perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark1-1/+8
2024-01-24perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang7-19/+17
2024-01-24perf mem: Clean up perf_mem_events__record_args()Kan Liang4-53/+17
2024-01-24perf mem: Clean up is_mem_loads_aux_event()Kan Liang2-21/+16
2024-01-24perf mem: Clean up perf_mem_event__supported()Kan Liang5-29/+31
2024-01-24perf mem: Clean up perf_mem_events__name()Kan Liang10-107/+97
2024-01-24perf mem: Clean up perf_mem_events__ptr()Kan Liang6-92/+104
2024-01-24perf mem: Add mem_events into the supported perf_pmuKan Liang10-7/+44
2024-01-22perf sched: Commit to evsel__taskstate() to parse task state infoZe Gao1-36/+10
2024-01-22perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao2-1/+36
2024-01-22perf util: Add helpers to parse task state string from libtraceeventZe Gao1-0/+112
2024-01-22perf sched: Sync state char array with the kernelZe Gao1-12/+1
2024-01-22perf data: Minor code style alignment cleanupYang Jihong3-10/+11
2024-01-22perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong2-2/+5
2024-01-22perf record: Fix possible incorrect free in record__switch_output()Yang Jihong1-1/+1
2024-01-22perf dwarf-aux: Check allowed DWARF OpsNamhyung Kim1-4/+40
2024-01-22perf annotate-data: Support stack variablesNamhyung Kim3-24/+93
2024-01-22perf dwarf-aux: Add die_get_cfa()Namhyung Kim2-1/+82
2024-01-22perf annotate-data: Support global variablesNamhyung Kim4-13/+92
2024-01-22perf annotate-data: Handle PC-relative addressingNamhyung Kim1-18/+38
2024-01-22perf annotate-data: Add stack operation pseudo typeNamhyung Kim2-0/+27
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim4-19/+61
2024-01-22perf annotate-data: Handle macro fusion on x86Namhyung Kim1-1/+16
2024-01-22perf annotate-data: Parse 'lock' prefix from llvm-objdumpNamhyung Kim1-1/+13
2024-01-22perf build: Check whether pkg-config is installed when libtraceevent is linkedYang Jihong1-0/+6
2024-01-22perf test: raise limit to 20 percent for perf_stat_--bpf-counters_testThomas Richter1-6/+6
2024-01-19Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds227-2027/+7652
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+20
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2024-01-04perf test: test case 'Setup struct perf_event_attr' fails on s390 on z/vmThomas Richter1-1/+1
2024-01-04perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey1-2/+2
2024-01-04perf tests: Add perf script testIan Rogers1-0/+66
2024-01-04perf TUI: Don't ignore job controlAhelenia ZiemiaƄska4-0/+26
2024-01-04perf vendor events intel: Update sapphirerapids events to v1.17Ian Rogers5-9/+60
2024-01-04perf vendor events intel: Update icelakex events to v1.23Ian Rogers4-6/+6
2024-01-04perf vendor events intel: Update emeraldrapids events to v1.02Ian Rogers5-25/+60
2024-01-04perf vendor events intel: Alderlake/rocketlake metric fixesIan Rogers2-8/+9
2024-01-03perf x86 test: Add hybrid test for conflicting legacy/sysfs eventIan Rogers1-0/+23
2024-01-03perf x86 test: Update hybrid expectationsIan Rogers1-7/+7
2024-01-03perf vendor events amd: Add Zen 4 memory controller eventsSandipan Das3-0/+187
2024-01-03perf stat: Fix hard coded LL miss unitsIan Rogers1-1/+1
2024-01-03perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES eventIan Rogers1-2/+4
2024-01-03perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers5-32/+50
2023-12-23perf annotate: Add --insn-stat option for debuggingNamhyung Kim3-0/+87
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim5-7/+108
2023-12-23perf annotate: Support event group displayNamhyung Kim1-12/+77
2023-12-23perf annotate: Add --data-type optionNamhyung Kim6-11/+118
2023-12-23perf report: Add 'symoff' sort keyNamhyung Kim4-0/+50