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