summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2026-03-18perf tools: Remove duplicate include of stat.hChen Ni-1/+0
2026-03-18perf tools: Remove duplicate include of debug.hChen Ni-1/+0
2026-03-18perf: tools: cs-etm: Enhance raw Coresight trace debug displayMike Leach-1/+4
2026-03-18perf: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE traceMike Leach-38/+13
2026-03-17perf kvm stat: Fix relative paths for including headersLeo Yan-3/+3
2026-03-17perf parse-events: Fix big-endian 'overwrite' by writing correct union memberThomas Richter-17/+65
2026-03-17perf metricgroup: Fix metricgroup__has_metric_or_groups()Ian Rogers-3/+3
2026-03-16tools headers: Skip arm64 cputype.h checkLeo Yan-1/+0
2026-03-13perf record: Remove unused cpu-set-sched.hIan Rogers-51/+0
2026-03-13perf bpf_map: Remove unused codeIan Rogers-95/+0
2026-03-13perf tool: Constify the command and option arraysIan Rogers-6/+6
2026-03-13perf dump-insn: Remove dump-insn.cIan Rogers-24/+0
2026-03-13perf symbol: Reduce scope of elf__needs_adjust_symbolsIan Rogers-5/+4
2026-03-13perf branch: Avoid incrementing NULLIan Rogers-0/+3
2026-03-11perf synthetic-events: Fix stale build ID in module MMAP2 recordsChuck Lever-0/+5
2026-03-10perf disasm: Fix potential use-after-free on filelocIan Rogers-4/+4
2026-03-10perf tools: Add layout support for --symfs optionChangbin Du-35/+103
2026-03-10perf vendor events arm64: Add Tegra410 Olympus PMU eventsBesar Wicaksono-0/+2896
2026-03-10perf annotate loongarch: Fix off-by-one bug in outside checkIan Rogers-1/+1
2026-03-10perf ftrace: Fix hashmap__new() error checkingChen Ni-2/+7
2026-03-10perf annotate: Fix hashmap__new() error checkingChen Ni-1/+4
2026-03-10perf cs-etm: Finish removal of ETM_OPT_*James Clark-38/+29
2026-03-05tools headers: Update the syscall tables and unistd.h, to support the new 'rs...Arnaldo Carvalho de Melo-468/+401
2026-03-05perf disasm: Fix off-by-one bug in outside checkPeter Collingbourne-1/+1
2026-03-04perf annotate: Specify llvm features="+all" for aarch64Peter Collingbourne-2/+8
2026-03-04perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kern...Arnaldo Carvalho de Melo-0/+1
2026-03-04perf beauty: Sync UAPI linux/fs.h with kernel sourcesArnaldo Carvalho de Melo-0/+1
2026-03-04perf beauty: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo-2/+11
2026-03-04tools build: Fix rust cross compilationDmitrii Dolgov-1/+19
2026-03-04perf build: Prevent "argument list too long" errorMarkus Mayer-1/+2
2026-03-04tools headers: Sync uapi/linux/prctl.h with the kernel sourceArnaldo Carvalho de Melo-0/+37
2026-03-03perf test type profiling: Remote typedef on structIan Rogers-4/+4
2026-03-03perf pmu: Replace starts_with with strstartsIan Rogers-28/+20
2026-03-02perf trace: Avoid an ERR_PTR in syscall_statsIan Rogers-5/+7
2026-03-02perf kvm stat: Fix relative paths for including headersLeo Yan-3/+3
2026-02-26perf vendor events intel: Update sierraforest events from 1.13 to 1.15Ian Rogers-17/+49
2026-02-26perf vendor events intel: Update sapphirerapids events from 1.35 to 1.36Ian Rogers-13/+30
2026-02-26perf vendor events intel: Update pantherlake events from 1.02 to 1.04Ian Rogers-7/+485
2026-02-26perf vendor events intel: Update meteorlake events from 1.18 to 1.20Ian Rogers-17/+116
2026-02-26perf vendor events intel: Update lunarlake events from 1.19 to 1.21Ian Rogers-14/+61
2026-02-26perf vendor events intel: Update graniterapids events from 1.16 to 1.17Ian Rogers-1/+44
2026-02-26perf vendor events intel: Update grandridge events from 1.10 to 1.11Ian Rogers-27/+59
2026-02-26perf vendor events intel: Update emeraldrapid events from 1.20 to 1.21Ian Rogers-13/+30
2026-02-26perf vendor events intel: Update arrowlake events from 1.14 to 1.16Ian Rogers-28/+135
2026-02-26perf vendor events intel: Update alderlake events from 1.35 to 1.37Ian Rogers-50/+152
2026-02-26perf bench: Add -t/--threads option to perf bench mem mmapNamhyung Kim-21/+92
2026-02-26perf trace: Handle task exit in BPF syscall summaryNamhyung Kim-3/+15
2026-02-26perf trace: Fix IS_ERR() vs NULL check bugwangguangju-1/+1
2026-02-25perf script: Fix brcntr output with --xedAndi Kleen-4/+8
2026-02-24perf metricgroup: Fix metricgroup__has_metric_or_groupsIan Rogers-3/+3