summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2026-01-22perf sched stats: Add support for report subcommandSwapnil Sapkal-2/+515
2026-01-22perf sched stats: Add schedstat v17 supportSwapnil Sapkal-0/+17
2026-01-22perf sched stats: Add schedstat v16 supportSwapnil Sapkal-0/+12
2026-01-22perf sched stats: Add record and rawdump supportSwapnil Sapkal-2/+492
2026-01-21Merge tag 'perf-tools-fixes-for-v6.19-2026-01-21' of git://git.kernel.org/pub...Linus Torvalds-2/+5
2026-01-21perf header: Support CPU DOMAIN relation infoSwapnil Sapkal-0/+396
2026-01-21perf list: Don't write to const memoryArnaldo Carvalho de Melo-8/+3
2026-01-21perf list: Signal changing const memory is okArnaldo Carvalho de Melo-1/+1
2026-01-20perf trace: Deal with compiler const checksArnaldo Carvalho de Melo-1/+1
2026-01-20perf tests sw-clock: Mark the volatile tmp variable as __maybe_unusedArnaldo Carvalho de Melo-1/+2
2026-01-20perf cs-etm: Test sparse CPU mapsJames Clark-0/+54
2026-01-20perf cs-etm: Fix decoding for sparse CPU mapsJames Clark-1/+2
2026-01-20perf test: Add missing newlines in debug messagesJames Clark-3/+3
2026-01-20perf tools: Always uniquify event namesJames Clark-1/+1
2026-01-20perf c2c: Update documentation for adding memory event tableLeo Yan-14/+37
2026-01-20perf mem: Simplify Arm SPE event configLeo Yan-2/+2
2026-01-20perf tests kallsyms: Fix missed map__put()Ian Rogers-0/+1
2026-01-20perf tools: Add the legacy-cache.json to .gitignoreHaiyue Wang-0/+1
2026-01-20perf tools: Get debug info of DSO properlyNamhyung Kim-24/+50
2026-01-20perf test: Add DWARF callchain conversion testNamhyung Kim-0/+45
2026-01-20perf inject: Add --convert-callchain optionNamhyung Kim-0/+157
2026-01-20perf machine: Add inline information to frame pointer and LBR callchainsIan Rogers-49/+86
2026-01-20perf unwind-libdw: Don't discard loaded ELF/DWARF after every unwindIan Rogers-27/+112
2026-01-20perf build: Remove NO_LIBDW_DWARF_UNWIND optionIan Rogers-22/+3
2026-01-20perf dwarf-regs: Add MIPS perf to DWARF register number mapping functionsIan Rogers-2/+21
2026-01-20perf dwarf-regs: Add S390 perf to DWARF register number mapping functionsIan Rogers-94/+62
2026-01-20perf dwarf-regs: Add RISC-V perf to DWARF register number mapping functionsIan Rogers-64/+18
2026-01-20perf dwarf-regs: Add powerpc perf to DWARF register number mapping functionsIan Rogers-83/+82
2026-01-20perf dwarf-regs: Add loongarch perf to DWARF register number mapping functionsIan Rogers-63/+18
2026-01-20perf dwarf-regs: Add csky perf to dwarf register number mapping functionsIan Rogers-84/+64
2026-01-20perf dwarf-regs: Add ARM perf to dwarf register number mapping functionsIan Rogers-111/+36
2026-01-20perf dwarf-regs: Add basic get_dwarf_regnum() for most architecturesIan Rogers-9/+78
2026-01-20perf dwarf-regs: Add get_dwarf_regnum_for_perf_regnum() and use for x86 unwin...Ian Rogers-63/+222
2026-01-20perf dwarf-regs: Clean up x86 dwarf_regnum codeIan Rogers-12/+129
2026-01-20perf dwarf-regs: Remove get_arch_regnum()Ian Rogers-16/+0
2026-01-20perf dwarf-regs: Add util/dwarf-regs-arch for consistency with perf-regsIan Rogers-3/+4
2026-01-20perf perf_regs: Switch from arch string to int e_machineIan Rogers-88/+165
2026-01-20perf powerpc: Unify the skip-callchain-idx libdw with that for addr2lineIan Rogers-103/+89
2026-01-20perf unwind-libdw: Correct argument to dwfl_attach_state()Ian Rogers-1/+1
2026-01-20perf libdw_addr2line: Fixes to srcline memory allocationIan Rogers-3/+11
2026-01-20perf unwind-libdw: Fix a cross-arch unwinding bugShimin Guo-57/+104
2026-01-20perf record: Disable inline frames when marking build IDsIan Rogers-1/+2
2026-01-20perf dso: Extra validity checks that e_machine is validIan Rogers-10/+21
2026-01-20perf symbol-elf: Fix leak of ELF files with GNU debugdataIan Rogers-1/+1
2026-01-14perf arm-spe: Don't hard code config attributeJames Clark-7/+8
2026-01-14perf cs-etm: Don't hard code config attribute when configuring the eventJames Clark-29/+27
2026-01-14perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGRJames Clark-45/+34
2026-01-14perf cs-etm: Don't use hard coded config bits when setting up ETMCRJames Clark-1/+34
2026-01-14perf cs-etm: Make a helper to find the Coresight evselJames Clark-23/+27
2026-01-14perf tests: Test evsel__set_config_if_unset() and config change trackingJames Clark-0/+91