summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2026-05-23perf util: Kill die() prototype, dead for a long timeArnaldo Carvalho de Melo
2026-05-23perf maps: Fix copy_from that can break sorted by name orderIan Rogers
2026-05-23perf maps: Fix fixup_overlap_and_insert that can break sorted by name orderIan Rogers
2026-05-23perf cgroup: Update metric leader in evlist__expand_cgroupIan Rogers
2026-05-23perf expr: Return -EINVAL for syntax error in expr__find_ids()Leo Yan
2026-05-23perf tools: Fix module symbol resolution for non-zero .text sh_addrChuck Lever
2026-05-23perf: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE traceMike Leach
2026-05-23perf branch: Avoid incrementing NULLIan Rogers
2026-05-07perf annotate: Use jump__delete when freeing LoongArch jumpsRong Bao
2026-03-17perf kvm stat: Fix relative paths for including headersLeo Yan
2026-03-17perf parse-events: Fix big-endian 'overwrite' by writing correct union memberThomas Richter
2026-03-17perf metricgroup: Fix metricgroup__has_metric_or_groups()Ian Rogers
2026-03-11perf synthetic-events: Fix stale build ID in module MMAP2 recordsChuck Lever
2026-03-10perf annotate loongarch: Fix off-by-one bug in outside checkIan Rogers
2026-03-10perf annotate: Fix hashmap__new() error checkingChen Ni
2026-03-10perf cs-etm: Finish removal of ETM_OPT_*James Clark
2026-03-05perf disasm: Fix off-by-one bug in outside checkPeter Collingbourne
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-12perf json: Pipe mode --to-ctf supportIan Rogers
2026-02-12perf json: Pipe mode --to-json supportIan Rogers
2026-02-12perf libunwind: Fix calls to thread__e_machine()Ian Rogers
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-02-10perf stat: Add no-affinity flagIan Rogers
2026-02-10perf evlist: Reduce affinity use and move into iterator, fix no affinityIan Rogers
2026-02-10perf evlist: Missing TPEBS close in evlist__close()Ian Rogers
2026-02-10perf evlist: Special map propagation for tool events that read on 1 CPUIan Rogers
2026-02-10perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evselIan Rogers
2026-02-10Revert "perf tool_pmu: More accurately set the cpus for tool events"Ian Rogers
2026-02-09perf test: Fix test case perftool-testsuite_report for s390Thomas Richter
2026-02-06perf lock contention: fix segfault in `lock contention -b/--use-bpf`Tycho Andersen (AMD)
2026-02-06perf sort: Replace static cacheline size with sysconf cacheline sizeRicky Ringler
2026-02-06perf annotate: Fix register usage in data type profilingNamhyung Kim
2026-02-06perf stat: Ensure metrics are displayed even with failed eventsChun-Tse Shao
2026-02-06perf callchain lbr: Make the leaf IP that of the sampleIan Rogers
2026-02-06perf kvm stat: Fix build errorLeo Yan
2026-02-06perf regs: Remove __weak attributive arch_sdt_arg_parse_op() functionDapeng Mi
2026-02-06perf regs: Remove __weak attributive arch__xxx_reg_mask() functionsDapeng Mi
2026-02-06perf regs: Fix abort for "-I" or "--user-regs" optionsDapeng Mi
2026-02-06perf metricgroup: Don't early exit if no CPUID table existsIan Rogers
2026-02-03perf thread: Don't require machine to compute the e_machineIan Rogers
2026-02-03perf header: Add e_machine/e_flags to the headerIan Rogers
2026-02-03perf session: Add e_flags to the e_machine helperIan Rogers
2026-02-03perf kvm: Wire up e_machineIan Rogers
2026-02-03perf kvm stat: Remove use of the arch directoryIan Rogers
2026-02-03perf capstone: Support for dlopen-ing libcapstone.soIan Rogers
2026-01-28perf: Remove redundant kernel.h includeLeo Yan
2026-01-28perf util: Fix NULL check in cpumask_to_cpulist()Swapnil Sapkal
2026-01-28perf header: Replace hardcoded max cpus by MAX_NR_CPUSSwapnil Sapkal
2026-01-27perf strlist: Remove dont_dupstr logic, used only onceArnaldo Carvalho de Melo
2026-01-27perf jitdump: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo