aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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-13perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers2-0/+2
2025-11-13perf build: Remove NO_AUXTRACE build optionIan Rogers4-11/+5
2025-11-13perf 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-22perf 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-29perf test amd ibs: Add sample period unit testRavi Bangoria4-0/+1007
2025-04-29perf 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-20perf build: Remove Makefile.syscallsIan Rogers2-9/+0
2025-03-20perf syscalltbl: Remove syscall_table.hIan Rogers1-8/+0
2025-03-11perf x86 evlist: Update comments on topdown regroupingDapeng Mi1-21/+6
2025-03-11perf parse-events: Corrections to topdown sortingIan Rogers1-6/+9
2025-03-11perf x86/topdown: Fix topdown leader sampling test error on hybridDapeng Mi1-1/+1
2025-02-26perf annotate-data: Handle direct use of stack pointer without fbregNamhyung Kim1-6/+16
2025-02-19perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman1-1/+1
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers2-2/+2
2025-01-09perf tools x86: Use generic syscall scriptsCharlie Jenkins6-68/+17
2024-12-26perf stat: Document and simplify interval timestampsJames Clark1-0/+4
2024-12-18perf x86: Define arch_fetch_insn in NO_AUXTRACE buildsIan Rogers1-1/+1
2024-12-04tools headers: Sync *xattrat syscall changes with the kernel sourcesNamhyung Kim2-0/+8
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers1-2/+1
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers2-2/+3
2024-11-09perf build: Remove PERF_HAVE_DWARF_REGSIan Rogers1-3/+0
2024-11-09perf dwarf-regs: Move x86 dwarf-regs out of archIan Rogers2-75/+0
2024-11-09perf disasm: Add e_machine/e_flags to struct archIan Rogers1-1/+2
2024-11-09perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETIan Rogers2-96/+14
2024-10-22perf tools: Move x86__is_amd_cpu() to util/env.cNamhyung Kim4-28/+1