aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2026-03-10perf ftrace: Fix hashmap__new() error checkingChen Ni1-2/+7
2026-03-10perf annotate: Fix hashmap__new() error checkingChen Ni1-1/+4
2026-03-10perf cs-etm: Finish removal of ETM_OPT_*James Clark4-38/+29
2026-03-05tools headers: Update the syscall tables and unistd.h, to support the new 'rseq_slice_yield' syscallArnaldo Carvalho de Melo9-468/+401
2026-03-05perf disasm: Fix off-by-one bug in outside checkPeter Collingbourne1-1/+1
2026-03-04perf annotate: Specify llvm features="+all" for aarch64Peter Collingbourne1-2/+8
2026-03-04perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2026-03-04perf beauty: Sync UAPI linux/fs.h with kernel sourcesArnaldo Carvalho de Melo1-0/+1
2026-03-04perf beauty: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo1-2/+11
2026-03-04tools build: Fix rust cross compilationDmitrii Dolgov2-1/+19
2026-03-04perf build: Prevent "argument list too long" errorMarkus Mayer1-1/+2
2026-03-04tools headers: Sync uapi/linux/prctl.h with the kernel sourceArnaldo Carvalho de Melo1-0/+37
2026-03-03perf test type profiling: Remote typedef on structIan Rogers2-4/+4
2026-03-03perf pmu: Replace starts_with with strstartsIan Rogers2-28/+20
2026-03-02perf trace: Avoid an ERR_PTR in syscall_statsIan Rogers1-5/+7
2026-03-02perf kvm stat: Fix relative paths for including headersLeo Yan1-3/+3
2026-02-26perf vendor events intel: Update sierraforest events from 1.13 to 1.15Ian Rogers3-17/+49
2026-02-26perf vendor events intel: Update sapphirerapids events from 1.35 to 1.36Ian Rogers5-13/+30
2026-02-26perf vendor events intel: Update pantherlake events from 1.02 to 1.04Ian Rogers8-7/+485
2026-02-26perf vendor events intel: Update meteorlake events from 1.18 to 1.20Ian Rogers4-17/+116
2026-02-26perf vendor events intel: Update lunarlake events from 1.19 to 1.21Ian Rogers4-14/+61
2026-02-26perf vendor events intel: Update graniterapids events from 1.16 to 1.17Ian Rogers3-1/+44
2026-02-26perf vendor events intel: Update grandridge events from 1.10 to 1.11Ian Rogers3-27/+59
2026-02-26perf vendor events intel: Update emeraldrapid events from 1.20 to 1.21Ian Rogers5-13/+30
2026-02-26perf vendor events intel: Update arrowlake events from 1.14 to 1.16Ian Rogers4-28/+135
2026-02-26perf vendor events intel: Update alderlake events from 1.35 to 1.37Ian Rogers6-50/+152
2026-02-26perf bench: Add -t/--threads option to perf bench mem mmapNamhyung Kim2-21/+92
2026-02-26perf trace: Handle task exit in BPF syscall summaryNamhyung Kim1-3/+15
2026-02-26perf trace: Fix IS_ERR() vs NULL check bugwangguangju1-1/+1
2026-02-25perf script: Fix brcntr output with --xedAndi Kleen1-4/+8
2026-02-24perf metricgroup: Fix metricgroup__has_metric_or_groupsIan Rogers1-3/+3
2026-02-24perf parse-events: Fix big-endian 'overwrite' by writing correct union memberThomas Richter1-17/+65
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds306-4347/+14949
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2026-02-12perf test script: Add python script testing supportIan Rogers1-0/+113
2026-02-12perf test script: Add perl script testing supportIan Rogers1-0/+102
2026-02-12perf script: Allow the generated script to be a pathIan Rogers2-6/+24
2026-02-12perf test: perf data --to-ctf testingIan Rogers1-0/+104
2026-02-12perf test: Test pipe mode with data conversion --to-jsonIan Rogers1-9/+24
2026-02-12perf json: Pipe mode --to-ctf supportIan Rogers1-2/+52
2026-02-12perf json: Pipe mode --to-json supportIan Rogers1-0/+16
2026-02-12perf check: Add libbabeltrace to the listed featuresIan Rogers1-0/+1
2026-02-12perf build: Allow passing extra Clang flags via EXTRA_BPF_FLAGShupu1-1/+4
2026-02-12perf test data_type_profiling.sh: Skip just the Rust tests if code_with_type workload is missingArnaldo Carvalho de Melo1-5/+5
2026-02-12perf libunwind: Fix calls to thread__e_machine()Ian Rogers1-2/+4
2026-02-11Merge tag 'kbuild-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-1/+0
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+2
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+10
2026-02-10perf stat: Add no-affinity flagIan Rogers4-5/+13
2026-02-10perf evlist: Reduce affinity use and move into iterator, fix no affinityIan Rogers5-131/+174