aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2026-05-29perf session: Fix PERF_RECORD_READ swap and dump for variable-length eventsArnaldo Carvalho de Melo1-17/+44
2026-05-29perf zstd: Fix multi-iteration decompression and error handlingArnaldo Carvalho de Melo1-4/+16
2026-05-29perf zstd: Fix compression error path in zstd_compress_stream_to_records()Arnaldo Carvalho de Melo2-3/+30
2026-05-29perf tools: Fix event_contains() macro to verify full field extentArnaldo Carvalho de Melo4-4/+4
2026-05-29perf session: Bounds-check one_mmap event pointer in peek_eventArnaldo Carvalho de Melo2-3/+28
2026-05-29perf session: Add minimum event size and alignment validationArnaldo Carvalho de Melo1-33/+220
2026-05-29net: Remove support for AIO on socketsDemi Marie Obenour1-1/+0
2026-05-28perf tests hwmon_pmu: Use PRIu64 + (uint64_t) cast for a __u64 field to work more widelyArnaldo Carvalho de Melo1-2/+3
2026-05-27perf script: Sort includes and add missed explicit dependenciesIan Rogers2-56/+60
2026-05-27perf tests: Sort includes and add missed explicit dependenciesIan Rogers2-12/+20
2026-05-27perf arch x86: Sort includes and add missed explicit dependenciesIan Rogers2-21/+28
2026-05-27perf arch arm: Sort includes and add missed explicit dependenciesIan Rogers1-12/+14
2026-05-27perf: Apply is_ignored_kernel_symbol() filter in ELF loading path for kernel DSOsRui Qi1-2/+8
2026-05-27perf: Extract is_ignored_kernel_symbol() for kernel mapping symbol filteringRui Qi3-3/+34
2026-05-27perf auxtrace: Add kernel-doc comment to auxtrace_record__init() functionAthira Rajeev1-0/+15
2026-05-27powerpc tools perf: Initialize error code in auxtrace_record_init functionAthira Rajeev2-0/+7
2026-05-25perf test: Add stat metrics --for-each-cgroup testIan Rogers1-0/+200
2026-05-25perf stat: Propagate supported flag to follower cgroup BPF eventsIan Rogers1-0/+20
2026-05-23perf riscv: Fix discarded const qualifier in _get_field()Li Guan1-1/+1
2026-05-22perf tests: Add test for stat delay option with duration_timeIan Rogers1-0/+53
2026-05-22perf tool_pmu: Make tool PMU events respect enable/disableIan Rogers5-97/+375
2026-05-22perf doc: Document new IBS capabilities in man pageRavi Bangoria1-0/+39
2026-05-22perf amd ibs: Decode Streaming-store flag in IBS OP raw dumpRavi Bangoria1-4/+14
2026-05-22perf amd ibs: Decode Remote-Socket flag in IBS OP raw dumpRavi Bangoria1-2/+16
2026-05-22perf amd ibs: Make Fetch status bits dependent on PhyAddrValid for newer platformsRavi Bangoria1-2/+40
2026-05-22perf amd ibs: Suppress bogus TlbRefillLat and DCPhysAd on Zen4+Ravi Bangoria1-3/+14
2026-05-22perf test ibs: Skip privilege test on Zen6 and newer platformsRavi Bangoria1-4/+33
2026-05-22perf test amd ibs: Fix incorrect kernel version checkRavi Bangoria1-1/+1
2026-05-22perf kwork: Fix memory management of kwork_workIan Rogers3-29/+115
2026-05-22perf kwork: Fix address sanitizer issuesIan Rogers1-9/+21
2026-05-22perf build: Unconditionally set up libunwind feature build flagsIan Rogers1-49/+50
2026-05-22perf stat: Make metric only column line up with headerAndi Kleen1-12/+10
2026-05-21Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo12-21/+85
2026-05-21perf build: Fix fsmount.o buildIan Rogers1-1/+8
2026-05-20perf build: Prefix SCRIPTS with output directory to fix continuous rebuildsIan Rogers1-3/+3
2026-05-20perf arch x86 tests: Add test for topdown event sortingIan Rogers1-1/+165
2026-05-20perf tests: Add test for uncore event sortingIan Rogers4-0/+179
2026-05-20perf build: Convert llvm-config shell queries to simply expanded variablesIan Rogers1-5/+8
2026-05-20perf pmu-events: Convert recursive shell assignments and macros to Make built-insIan Rogers1-5/+5
2026-05-20perf pmu-events: Split big_c_string storage into standalone compilation unitIan Rogers4-7/+37
2026-05-20perf build: Remove redundant libbpf feature check for static buildsIan Rogers1-3/+1
2026-05-20perf build: Move libsymbol dependency out of prepare stepIan Rogers1-4/+3
2026-05-20perf build: Pre-generate BPF skeleton tooling during umbrella prepare phaseIan Rogers2-2/+14
2026-05-20perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.makIan Rogers3-55/+55
2026-05-20perf build: Move BPF skeleton generation out of Makefile.perfIan Rogers6-56/+78
2026-05-20perf build: Remove empty archheaders targetIan Rogers1-2/+2
2026-05-20perf build: Decouple pmu-events from prepare umbrella targetIan Rogers1-1/+1
2026-05-20perf trace beauty: Make beauty generated C code standalone .o filesIan Rogers29-368/+447
2026-05-20perf lock contention: Fix SIGCHLD vs pause() race in __cmd_contention()Swapnil Sapkal1-2/+10
2026-05-20perf sched stats: Fix SIGCHLD vs pause() race in schedstat_live()Swapnil Sapkal1-2/+6