summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
10 daysperf util: Kill die() prototype, dead for a long timeArnaldo Carvalho de Melo1-1/+0
10 daysperf maps: Fix copy_from that can break sorted by name orderIan Rogers1-10/+3
10 daysperf maps: Fix fixup_overlap_and_insert that can break sorted by name orderIan Rogers1-0/+2
10 daysperf cgroup: Update metric leader in evlist__expand_cgroupIan Rogers1-7/+23
10 daysperf metrics: Make common stalled metrics conditional on having the eventIan Rogers2-57/+57
10 daysperf expr: Return -EINVAL for syntax error in expr__find_ids()Leo Yan1-1/+2
10 daysperf test: Skip perf data type profiling tests for s390Thomas Richter1-0/+4
10 daysperf test: Fix ratio_to_prev event parsing testThomas Falcon1-21/+28
10 daysperf tools: Fix module symbol resolution for non-zero .text sh_addrChuck Lever1-2/+6
10 daysperf stat: Fix crash on arm64Breno Leitao1-9/+17
10 daysperf stat: Fix opt->value type for parse_cache_levelIan Rogers1-20/+23
10 daysperf lock: Fix option value type in parse_max_stackIan Rogers1-1/+1
10 daysperf: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE traceMike Leach1-38/+13
10 daysperf branch: Avoid incrementing NULLIan Rogers1-0/+3
10 daysperf test type profiling: Remote typedef on structIan Rogers2-4/+4
10 daysperf trace: Avoid an ERR_PTR in syscall_statsIan Rogers1-5/+7
10 daysperf trace: Fix IS_ERR() vs NULL check bugwangguangju1-1/+1
2026-05-17perf build: fix "argument list too long" in second locationMarkus Mayer1-2/+2
2026-05-07perf loongarch: Fix build failure with CONFIG_LIBDW_DWARF_UNWINDWANG Rui1-1/+0
2026-05-07perf annotate: Use jump__delete when freeing LoongArch jumpsRong Bao3-1/+4
2026-04-11Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-21/+15
2026-04-05prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley1-21/+15
2026-03-17perf kvm stat: Fix relative paths for including headersLeo Yan1-3/+3
2026-03-17perf parse-events: Fix big-endian 'overwrite' by writing correct union memberThomas Richter1-17/+65
2026-03-17perf metricgroup: Fix metricgroup__has_metric_or_groups()Ian Rogers1-3/+3
2026-03-16tools headers: Skip arm64 cputype.h checkLeo Yan1-1/+0
2026-03-11perf synthetic-events: Fix stale build ID in module MMAP2 recordsChuck Lever1-0/+5
2026-03-10perf annotate loongarch: Fix off-by-one bug in outside checkIan Rogers1-1/+1
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 'rs...Arnaldo Carvalho de Melo9-468/+401
2026-03-05perf disasm: Fix off-by-one bug in outside checkPeter Collingbourne1-1/+1
2026-03-04perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kern...Arnaldo 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-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds306-4366/+14968
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