summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers24-76/+55
2026-05-20perf inject: Fix itrace branch stack synthesisIan Rogers2-19/+142
2026-05-20perf event: Fix size of synthesized sample with branch stacksIan Rogers10-33/+118
2026-05-20perf build-id: Fix off-by-one bug when printing kernel/module build-idMichael Petlan1-2/+2
2026-05-20perf clang-format: Add a perf clang-format that overrides some kernel behaviorsIan Rogers1-0/+20
2026-05-20perf riscv: Add SDT argument parsing for RISC-VChen Pei3-0/+132
2026-05-16perf trace: Introduce --show-cpu option to display cpu idAaron Tomlin2-5/+49
2026-05-15perf pmu: Skip test on Arm64 when #slots is zeroLeo Yan1-2/+22
2026-05-15perf trace beauty fcntl: Fix build with older kernel headersFlorian Fainelli1-0/+16
2026-05-15perf unwind-libunwind: Add RISC-V libunwind supportIan Rogers4-0/+341
2026-05-15perf unwind-libunwind: Remove libunwind-localIan Rogers19-955/+3350
2026-05-15perf unwind-libunwind: Move flush/finish access out of localIan Rogers17-90/+309
2026-05-15perf unwind-libunwind: Make libunwind register reading cross platformIan Rogers30-417/+340
2026-05-15perf build: Be more programmatic when setting up libunwind variablesIan Rogers1-126/+100
2026-05-15tools build: Deduplicate test-libunwind for different architecturesIan Rogers10-170/+29
2026-05-15perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selectionIan Rogers11-33/+208
2026-05-14perf metricgroup: Avoid scanning unnecessary PMUs for identifier matchIan Rogers3-9/+21
2026-05-14perf pmu-events AMD: Switch l2_itlb_misses to bp_l1_tlb_miss_l2_tlb_miss.allIan Rogers2-2/+1
2026-05-14perf record: Refactor ARM64 leaf caller setup out of archIan Rogers6-21/+13
2026-05-11perf tool: Fix missing schedstat delegates and dont_split_sample_group in del...Ian Rogers1-0/+6
2026-05-11perf sched: Add missing mmap2 handler in timehistIan Rogers1-0/+1
2026-05-11perf sched stats: Fix segmentation faults, memory leaks, and stale pointers i...Ian Rogers1-37/+138
2026-05-11perf test: Fix "trace summary" test for musl-based systemsMartin Kaiser1-1/+1
2026-05-11perf test: Fix sys_enter_openat event test for muslMartin Kaiser1-1/+4
2026-05-11perf test: Fix nanosleep check in the ftrace testMartin Kaiser1-3/+4
2026-05-05perf build: Remove NO_GTK2 build testNamhyung Kim1-5/+1
2026-05-05perf build: Add -fms-extensions for GEN_VMLINUX_H=1Namhyung Kim1-0/+1
2026-05-05perf build: Update error message for BUILD_NONDISTRO=1Namhyung Kim1-1/+1
2026-05-05perf arm_spe: Print remaining IMPDEF event numbersJames Clark1-0/+18
2026-05-05perf arm_spe: Decode Arm N1 IMPDEF eventsJames Clark3-2/+41
2026-05-05perf arm_spe: Turn event name mappings into an arrayJames Clark1-45/+43
2026-05-05perf arm_spe: Store MIDR in arm_spe_pktJames Clark5-17/+30
2026-05-05perf arm_spe: Handle missing CPU IDsJames Clark1-1/+8
2026-05-05perf arm_spe: Make a function to get the MIDRJames Clark1-14/+22
2026-05-05perf callchain: Handle multiple address spacesThomas Richter2-2/+5
2026-05-05perf debuginfo: Fix libdw API contract violationsIan Rogers1-3/+6
2026-05-05perf annotate-data: Fix libdw API contract violationsIan Rogers1-10/+17
2026-05-05perf probe-finder: Fix libdw API contract violationsIan Rogers1-37/+65
2026-05-05perf libdw: Fix libdw API contract violations and memory leaksIan Rogers1-6/+43
2026-05-05perf libdw: Support DWARF line 0 in inline listIan Rogers1-1/+2
2026-05-05perf libdw: Fix callchain parent update in ORDER_CALLER modeIan Rogers1-7/+13
2026-05-05perf srcline: Introduce inline_node__clear_frames()Ian Rogers2-1/+9
2026-05-05perf dwarf-aux: Fix libdw API contract violationsIan Rogers2-17/+22
2026-05-05perf dwarf-aux: Fix libdw segmentation fault in cu_walk_functions_atIan Rogers1-3/+2
2026-05-04Merge tag 'linux_kselftest-fixes-7.1-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-7/+7
2026-05-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-6/+1
2026-05-01Merge tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/s...Linus Torvalds4-3/+5
2026-05-01kselftest/arm64: Include <asm/ptrace.h> for user_gcs definitionLeo Yan2-6/+1
2026-04-30Merge tag 'net-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-2/+34
2026-04-29selftests: drv-net: clarify linters and frameworks in READMEJakub Kicinski1-2/+8