summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers
2026-01-26perf session: Print all machines in session dumpHrishikesh Suresh
2026-01-26perf unwind-libdw: Wire up e_flags for CSKYIan Rogers
2026-01-26perf perf_regs: Accurately compute register names for CSKYIan Rogers
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers
2026-01-26perf dso: Factor out e_machine reading for use in threadIan Rogers
2026-01-26perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointerArnaldo Carvalho de Melo
2026-01-26Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2026-01-23perf regs: Refactor use of arch__sample_reg_masks() to perf_reg_name()Ian Rogers
2026-01-23perf annotate: Fix memcpy size in arch__grow_instructions()Suchit Karunakaran
2026-01-23perf disasm: Minor layout tweaks for 'struct arch'Ian Rogers
2026-01-23perf disasm: Refactor arch__find and initialization of arch structsIan Rogers
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers
2026-01-23perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_opsIan Rogers
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers
2026-01-23perf disasm: Rework the string arch__is to use the ELF machineIan Rogers
2026-01-23perf disasm: Constify use of 'struct ins'Ian Rogers
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers
2026-01-23perf maps: Fix reference count leak in maps__find_ams()Ian Rogers
2026-01-23perf annotate: Fix args leak of map_symbolIan Rogers
2026-01-23perf header: Fix memory leaks in process_cpu_domain_info()Ian Rogers
2026-01-22perf sched stats: Add support for live modeSwapnil Sapkal
2026-01-22perf sched stats: Add support for report subcommandSwapnil Sapkal
2026-01-22perf sched stats: Add schedstat v17 supportSwapnil Sapkal
2026-01-22perf sched stats: Add schedstat v16 supportSwapnil Sapkal