summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2026-01-28perf header: Replace hardcoded max cpus by MAX_NR_CPUSSwapnil Sapkal-3/+5
2026-01-27perf jevents: Handle deleted JSONS in out of source buildsJames Clark-3/+11
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-10/+8
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers-78/+87
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-38/+62
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers-48/+122
2026-01-26perf dso: Factor out e_machine reading for use in threadIan Rogers-50/+75
2026-01-26perf vendor events amd: Fix Zen 5 MAB allocation eventsSandipan Das-3/+3
2026-01-26perf test: Fix test perf evlist for z/VM s390xThomas Richter-2/+2
2026-01-26perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointerArnaldo Carvalho de Melo-3/+3
2026-01-26tools headers: Don't check arm64's unistd.hLeo Yan-1/+0
2026-01-26Revert "perf tools: Fix arm64 build by generating unistd_64.h"Leo Yan-1/+0
2026-01-26Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-3/+6
2026-01-23perf regs: Refactor use of arch__sample_reg_masks() to perf_reg_name()Ian Rogers-287/+81
2026-01-23perf annotate: Fix memcpy size in arch__grow_instructions()Suchit Karunakaran-1/+1
2026-01-23perf tests sched: Avoid error in cleanup on loaded machinesIan Rogers-1/+1
2026-01-23perf inject: With --convert-callchain ignore the dummy event for dwarf stacksIan Rogers-1/+1
2026-01-23perf disasm: Minor layout tweaks for 'struct arch'Ian Rogers-4/+4
2026-01-23perf disasm: Refactor arch__find and initialization of arch structsIan Rogers-242/+283
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers-44/+47
2026-01-23perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_opsIan Rogers-8/+12
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers-238/+289
2026-01-23perf disasm: Rework the string arch__is to use the ELF machineIan Rogers-21/+27
2026-01-23perf disasm: Constify use of 'struct ins'Ian Rogers-24/+40
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers-51/+51
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers-58/+67
2026-01-23perf maps: Fix reference count leak in maps__find_ams()Ian Rogers-0/+1
2026-01-23perf annotate: Fix args leak of map_symbolIan Rogers-38/+47
2026-01-23perf header: Fix memory leaks in process_cpu_domain_info()Ian Rogers-13/+4
2026-01-22kallsyms: Get rid of kallsyms relative baseArd Biesheuvel-1/+0
2026-01-22perf sched stats: Add details in man pageSwapnil Sapkal-1/+260
2026-01-22perf sched stats: Add basic 'perf sched stats' testSwapnil Sapkal-0/+64
2026-01-22perf sched stats: Add support for diff subcommandSwapnil Sapkal-56/+260
2026-01-22perf sched stats: Add support for live modeSwapnil Sapkal-3/+102