summaryrefslogtreecommitdiff
path: root/tools/perf/arch
AgeCommit message (Expand)AuthorFilesLines
2026-02-06perf regs: Remove __weak attributive arch_sdt_arg_parse_op() functionDapeng Mi6-468/+0
2026-02-06perf regs: Remove __weak attributive arch__xxx_reg_mask() functionsDapeng Mi17-218/+6
2026-02-06perf arch: Update arch headers to use relative UAPI pathsDapeng Mi9-9/+9
2026-02-04perf kvm stat: Remove use of the arch directoryIan Rogers22-1218/+0
2026-01-28perf: Remove redundant kernel.h includeLeo Yan1-1/+0
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers2-28/+0
2026-01-23perf regs: Refactor use of arch__sample_reg_masks() to perf_reg_name()Ian Rogers10-222/+6
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers11-1948/+0
2026-01-23perf disasm: Constify use of 'struct ins'Ian Rogers2-7/+21
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers9-25/+25
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers4-10/+15
2026-01-23perf annotate: Fix args leak of map_symbolIan Rogers2-10/+15
2026-01-20perf mem: Simplify Arm SPE event configLeo Yan1-2/+2
2026-01-20perf powerpc: Unify the skip-callchain-idx libdw with that for addr2lineIan Rogers1-41/+11
2026-01-20perf unwind-libdw: Fix a cross-arch unwinding bugShimin Guo15-497/+0
2026-01-15perf arm-spe: Don't hard code config attributeJames Clark1-7/+8
2026-01-15perf cs-etm: Don't hard code config attribute when configuring the eventJames Clark1-29/+27
2026-01-15perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGRJames Clark1-45/+34
2026-01-15perf cs-etm: Don't use hard coded config bits when setting up ETMCRJames Clark1-1/+34
2026-01-15perf cs-etm: Make a helper to find the Coresight evselJames Clark1-23/+27
2026-01-15perf evsel: Refactor evsel__set_config_if_unset() argumentsJames Clark3-9/+5
2026-01-14perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")Ian Rogers1-18/+12
2025-12-24tools headers: Sync syscall table with kernel sourcesNamhyung Kim9-0/+9
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds21-36/+212
2025-11-14perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers9-1/+9
2025-11-14perf build: Remove NO_AUXTRACE build optionIan Rogers9-25/+18
2025-11-14perf intel-pt: Use the perf provided "cpuid.h"Ian Rogers2-5/+5
2025-11-01tools headers x86: Sync table due to introducion of uprobe syscallArnaldo Carvalho de Melo1-0/+1
2025-10-21perf annotate: Invalidate register states for untracked instructionsZecheng Li1-0/+29
2025-10-21perf annotate: Save pointer offset in stack stateZecheng Li1-3/+3
2025-10-21perf annotate: Track arithmetic instructions on pointersZecheng Li1-2/+135
2025-10-21perf annotate: Track address registers via TSR_KIND_POINTERZecheng Li1-1/+14
2025-10-15perf parse-events: Remove unused FILE input argument to scannerIan Rogers1-1/+1
2025-10-03perf record: Add ratio-to-prev termThomas Falcon1-0/+52
2025-10-03perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTERZecheng Li1-2/+2
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm record" on IntelDapeng Mi1-0/+51
2025-10-01perf powerpc: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpcAthira Rajeev2-0/+104
2025-09-19perf arm_spe: Add "event_filter" entry in meta dataLeo Yan1-0/+5
2025-09-12perf evsel: Give warning for broken Intel topdown event groupingIan Rogers1-4/+58
2025-09-12perf arm64: Sync ESR_ELx_EC_* macros in arm64_exception_types.h with esr.hYunseong Kim1-5/+10
2025-08-18tools headers: Sync syscall tables with the kernel sourceNamhyung Kim9-0/+18
2025-08-18perf test: Fix a build error in x86 topdown testNamhyung Kim1-0/+1
2025-08-02Merge tag 'perf-tools-for-v6.17-2025-08-01' of git://git.kernel.org/pub/scm/l...Linus Torvalds13-293/+164
2025-07-28RISC-V: perf/kvm: Add reporting of interrupt eventsQuan Zhou3-38/+60
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers3-54/+0
2025-07-25perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common testIan Rogers4-129/+0
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers3-55/+2
2025-07-24perf parse-events: Fix missing slots for Intel topdown metric eventsIan Rogers3-0/+54
2025-07-24perf topdown: Use attribute to see an event is a topdown metic or slotsIan Rogers7-55/+108
2025-06-30perf build: Specify shellcheck should use bashCollin Funk2-2/+2