summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds-1880/+8870
2026-02-12perf json: Pipe mode --to-ctf supportIan Rogers-2/+52
2026-02-12perf json: Pipe mode --to-json supportIan Rogers-0/+16
2026-02-12perf libunwind: Fix calls to thread__e_machine()Ian Rogers-2/+4
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+8
2026-02-10perf stat: Add no-affinity flagIan Rogers-5/+2
2026-02-10perf evlist: Reduce affinity use and move into iterator, fix no affinityIan Rogers-67/+130
2026-02-10perf evlist: Missing TPEBS close in evlist__close()Ian Rogers-0/+2
2026-02-10perf evlist: Special map propagation for tool events that read on 1 CPUIan Rogers-0/+14
2026-02-10perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evselIan Rogers-8/+16
2026-02-10Revert "perf tool_pmu: More accurately set the cpus for tool events"Ian Rogers-27/+2
2026-02-09perf test: Fix test case perftool-testsuite_report for s390Thomas Richter-2/+2
2026-02-06perf lock contention: fix segfault in `lock contention -b/--use-bpf`Tycho Andersen (AMD)-0/+3
2026-02-06perf sort: Replace static cacheline size with sysconf cacheline sizeRicky Ringler-5/+12
2026-02-06perf annotate: Fix register usage in data type profilingNamhyung Kim-31/+30
2026-02-06perf stat: Ensure metrics are displayed even with failed eventsChun-Tse Shao-40/+29
2026-02-06perf callchain lbr: Make the leaf IP that of the sampleIan Rogers-4/+16
2026-02-06perf kvm stat: Fix build errorLeo Yan-3/+3
2026-02-06perf regs: Remove __weak attributive arch_sdt_arg_parse_op() functionDapeng Mi-5/+441
2026-02-06perf regs: Remove __weak attributive arch__xxx_reg_mask() functionsDapeng Mi-18/+326
2026-02-06perf regs: Fix abort for "-I" or "--user-regs" optionsDapeng Mi-7/+6
2026-02-06perf metricgroup: Don't early exit if no CPUID table existsIan Rogers-13/+5
2026-02-03perf thread: Don't require machine to compute the e_machineIan Rogers-7/+9
2026-02-03perf header: Add e_machine/e_flags to the headerIan Rogers-6/+64
2026-02-03perf session: Add e_flags to the e_machine helperIan Rogers-18/+44
2026-02-03perf kvm: Wire up e_machineIan Rogers-50/+53
2026-02-03perf kvm stat: Remove use of the arch directoryIan Rogers-28/+1535
2026-02-03perf capstone: Support for dlopen-ing libcapstone.soIan Rogers-40/+171
2026-01-28perf: Remove redundant kernel.h includeLeo Yan-1/+0
2026-01-28perf util: Fix NULL check in cpumask_to_cpulist()Swapnil Sapkal-1/+1
2026-01-28perf header: Replace hardcoded max cpus by MAX_NR_CPUSSwapnil Sapkal-3/+5
2026-01-27perf strlist: Remove dont_dupstr logic, used only onceArnaldo Carvalho de Melo-31/+14
2026-01-27perf jitdump: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo-1/+1
2026-01-27perf bpf-event: Constify variables storing the result of strchr() on const ta...Arnaldo Carvalho de Melo-1/+2
2026-01-27perf demangle-java: Constify variables storing the result of strchr() on cons...Arnaldo Carvalho de Melo-1/+1
2026-01-27perf time-utils: Constify variables storing the result of strchr() on const t...Arnaldo Carvalho de Melo-2/+2
2026-01-27perf units: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo-1/+1
2026-01-27perf trace-event: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo-1/+1
2026-01-27perf tp_pmu: Address const-correctness errors in recent glibcsArnaldo Carvalho de Melo-1/+1
2026-01-27perf hwmon_pmu: Constify the variables returning bsearch() on const tablesArnaldo Carvalho de Melo-1/+1
2026-01-27perf session: Don't write to memory pointed to a const pointerArnaldo Carvalho de Melo-3/+3
2026-01-27perf strlist: Don't write to const memoryArnaldo Carvalho de Melo-4/+8
2026-01-27perf metricgroup: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo-3/+2
2026-01-27perf disasm: Constify variables storing the result of bsearch() on const tablesArnaldo Carvalho de Melo-1/+1
2026-01-27perf thread-stack: Switch thread_stack__init() to use e_machineIan Rogers-2/+2
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers-4/+4
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers-33/+85
2026-01-26perf session: Print all machines in session dumpHrishikesh Suresh-5/+8
2026-01-26perf unwind-libdw: Wire up e_flags for CSKYIan Rogers-4/+6
2026-01-26perf perf_regs: Accurately compute register names for CSKYIan Rogers-30/+42