summaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-04-09perf tools: Use calloc() where applicableArnaldo Carvalho de Melo3-13/+2
2026-04-02libperf cpumap: Make index and nr types unsignedIan Rogers1-1/+2
2026-03-25Merge tag 'perf-tools-fixes-for-v7.0-2-2026-03-23' into perf-tools-nextNamhyung Kim2-0/+2
2026-03-05tools headers: Update the syscall tables and unistd.h, to support the new 'rs...Arnaldo Carvalho de Melo2-0/+2
2026-03-04perf pmu: Replace starts_with with strstartsIan Rogers1-8/+4
2026-02-06perf regs: Remove __weak attributive arch_sdt_arg_parse_op() functionDapeng Mi2-236/+0
2026-02-06perf regs: Remove __weak attributive arch__xxx_reg_mask() functionsDapeng Mi1-48/+0
2026-02-06perf arch: Update arch headers to use relative UAPI pathsDapeng Mi1-1/+1
2026-02-04perf kvm stat: Remove use of the arch directoryIan Rogers3-266/+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 Rogers1-47/+0
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers1-797/+0
2026-01-23perf disasm: Constify use of 'struct ins'Ian Rogers1-6/+20
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers1-2/+2
2026-01-20perf unwind-libdw: Fix a cross-arch unwinding bugShimin Guo2-55/+0
2026-01-15perf evsel: Refactor evsel__set_config_if_unset() argumentsJames Clark1-2/+1
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 Kim2-0/+2
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds9-21/+192
2025-11-14perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers2-0/+2
2025-11-14perf build: Remove NO_AUXTRACE build optionIan Rogers4-11/+5
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-09-12perf evsel: Give warning for broken Intel topdown event groupingIan Rogers1-4/+58
2025-08-18tools headers: Sync syscall tables with the kernel sourceNamhyung Kim2-0/+4
2025-08-18perf test: Fix a build error in x86 topdown testNamhyung Kim1-0/+1
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers1-19/+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 Rogers2-29/+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
2025-05-23perf pmu intel: Adjust cpumaks for sub-NUMA clusters on graniterapidsIan Rogers1-5/+263
2025-05-21perf test amd: Skip amd-ibs-period test on kernel < v6.15Ravi Bangoria1-0/+29
2025-05-12perf intel-pt: Do not default to recording all switch eventsAdrian Hunter1-1/+15
2025-05-09perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming"Colin Ian King1-1/+1
2025-04-30perf test amd ibs: Add sample period unit testRavi Bangoria4-0/+1007
2025-04-30perf mem/c2c amd: Add ldlat supportRavi Bangoria3-3/+24
2025-04-10tools headers: Update the syscall table with the kernel sourcesNamhyung Kim2-1/+3
2025-03-24perf build: Rename TEST_LOGS to SHELL_TEST_LOGSIan Rogers2-6/+6
2025-03-21perf build: Remove Makefile.syscallsIan Rogers2-9/+0
2025-03-21perf syscalltbl: Remove syscall_table.hIan Rogers1-8/+0