summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
13 daysperf synthetic-events: Fix stale build ID in module MMAP2 recordsChuck Lever
14 daysperf annotate loongarch: Fix off-by-one bug in outside checkIan Rogers
14 daysperf annotate: Fix hashmap__new() error checkingChen Ni
14 daysperf 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
2026-01-27perf bpf-event: Constify variables storing the result of strchr() on const ta...Arnaldo Carvalho de Melo
2026-01-27perf demangle-java: Constify variables storing the result of strchr() on cons...Arnaldo Carvalho de Melo
2026-01-27perf time-utils: Constify variables storing the result of strchr() on const t...Arnaldo Carvalho de Melo
2026-01-27perf units: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo
2026-01-27perf trace-event: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo
2026-01-27perf tp_pmu: Address const-correctness errors in recent glibcsArnaldo Carvalho de Melo
2026-01-27perf hwmon_pmu: Constify the variables returning bsearch() on const tablesArnaldo Carvalho de Melo
2026-01-27perf session: Don't write to memory pointed to a const pointerArnaldo Carvalho de Melo
2026-01-27perf strlist: Don't write to const memoryArnaldo Carvalho de Melo
2026-01-27perf metricgroup: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo
2026-01-27perf disasm: Constify variables storing the result of bsearch() on const tablesArnaldo Carvalho de Melo
2026-01-27perf thread-stack: Switch thread_stack__init() to use e_machineIan Rogers