aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2026-07-23perf python: Clean up and restructure setup.pyIan Rogers1-80/+162
2026-07-23perf cap: Remove used_root parameter and simplify capability checksIan Rogers6-39/+18
2026-07-22perf cs-etm: Avoid truncating AUX buffer sizes to intLeo Yan1-20/+26
2026-07-21tools headers: Sync UAPI linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+10
2026-07-21perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2026-07-21tools headers: Sync UAPI drm/drm.h with kernel sourcesArnaldo Carvalho de Melo1-19/+8
2026-07-21perf bench bpf: Add missing .gitignore fileArnaldo Carvalho de Melo1-0/+4
2026-07-19perf stat: Add --hide-zero-events option to suppress zero-count eventsAaron Tomlin5-0/+55
2026-07-17perf build: Fix compiler errors with old capstoneNamhyung Kim1-0/+7
2026-07-17perf ui hists: Fix NULL pointer array gap in add_script_opt()Ian Rogers1-5/+12
2026-07-17perf disasm: Fix potential NULL pointer dereference and use-after-free in arch__find()Ian Rogers1-4/+4
2026-07-17perf ui hists: Include limits.h for PATH_MAX definitionIan Rogers1-0/+1
2026-07-17perf ui hists: Fix uninitialized stack memory free on pstack allocation failureIan Rogers1-3/+3
2026-07-17perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflowIan Rogers1-1/+1
2026-07-16perf jevents metric: Add python type annotationsIan Rogers1-8/+9
2026-07-16perf jevents: Add python type annotationsIan Rogers1-32/+45
2026-07-16perf build: Fix a compiler error in util/libbfd.cNamhyung Kim1-2/+2
2026-07-16perf trace: Refactor augmented_raw_syscalls using bpf_forViktor Malik1-12/+35
2026-07-16perf trace: Factor out BPF loop bodyViktor Malik1-55/+73
2026-07-16perf test: Update test for --for-each-cgroup optionNamhyung Kim1-0/+15
2026-07-16perf evsel: Arrange some fields that should be clonedNamhyung Kim1-5/+6
2026-07-16perf evsel: Remove unused BPF related fieldsNamhyung Kim2-23/+0
2026-07-16perf stat: Fix duplicate output with --for-each-cgroupNamhyung Kim1-0/+10
2026-07-16perf stat: Do not open cgroups for BPF countersNamhyung Kim1-1/+2
2026-07-15perf jevents: Add more components to the metric sorting orderIan Rogers2-3/+8
2026-07-15perf sched: Free subcommand string after perf sched statsNamhyung Kim1-4/+5
2026-07-15perf sched: Fix memory leaks in perf sched stats reportNamhyung Kim1-0/+4
2026-07-15perf sched: Add missing perf_session__delete()Namhyung Kim1-1/+1
2026-07-15perf vendor events intel: Update emeraldrapids metricsChun-Tse Shao2-50/+87
2026-07-15perf vendor events intel: Update sierraforest events from 1.17 to 1.18Chun-Tse Shao4-79/+12
2026-07-15perf vendor events intel: Update pantherlake events from 1.06 to 1.07Chun-Tse Shao2-2/+2
2026-07-15perf vendor events intel: Add novalake v1.00 eventsChun-Tse Shao10-0/+4618
2026-07-15perf vendor events intel: Update meteorlake events from 1.21 to 1.22Chun-Tse Shao6-60/+131
2026-07-15perf vendor events intel: Update lunarlake events from 1.25 to 1.26Chun-Tse Shao4-65/+83
2026-07-15perf vendor events intel: Update graniterapids events from 1.19 to 1.20Chun-Tse Shao4-53/+55
2026-07-15perf vendor events intel: Update grandridge events from 1.12 to 1.13Chun-Tse Shao8-44/+288
2026-07-15perf vendor events intel: Update clearwaterforest events from 1.02 to 1.04Chun-Tse Shao5-2/+64
2026-07-15perf vendor events intel: Update arrowlake events from 1.19 to 1.20Chun-Tse Shao5-82/+160
2026-07-15perf vendor events intel: Update alderlaken events from 1.39 to 1.40Chun-Tse Shao2-1/+33
2026-07-15perf vendor events intel: Update alderlake events from 1.39 to 1.40Chun-Tse Shao5-44/+82
2026-07-15perf: evsel: Fix error handling in tp_format lookupHongling Zeng1-1/+1
2026-07-15perf doc: Fix mmap failure checks in topdown exampleHongfu Li1-2/+2
2026-07-15perf jevents: Add Intel OMR MSR mappingsDapeng Mi1-0/+4
2026-07-15perf test: Remove duplicate include of util/term.hChen Ni1-1/+0
2026-07-13perf record: Fix multiple PERF_RECORD_COMPRESSED2 records per pushDmitry Ilvokhin2-18/+83
2026-07-13perf record: Return the written size from process_comp_header()Dmitry Ilvokhin3-17/+31
2026-07-13perf build: Do not pass -static to dlfiltersNamhyung Kim1-1/+1
2026-07-10perf metricgroup: Fix metric expression copy leaksYu Peng1-1/+6
2026-07-10perf clang-format: Prioritize Python.h and expand other categoriesIan Rogers1-3/+6
2026-07-10perf record: Fix teardown hang on system-wide multi-threaded sessionsIan Rogers1-0/+2