summaryrefslogtreecommitdiff
path: root/tools/perf/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2026-04-02libperf cpumap: Make index and nr types unsignedIan Rogers2-2/+3
2026-02-06perf regs: Remove __weak attributive arch_sdt_arg_parse_op() functionDapeng Mi2-106/+0
2026-02-06perf regs: Remove __weak attributive arch__xxx_reg_mask() functionsDapeng Mi1-36/+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 Rogers4-183/+0
2026-01-28perf: Remove redundant kernel.h includeLeo Yan1-1/+0
2026-01-23perf regs: Refactor use of arch__sample_reg_masks() to perf_reg_name()Ian Rogers2-53/+6
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers1-126/+0
2026-01-23perf disasm: Constify use of 'struct ins'Ian Rogers1-1/+1
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers1-3/+3
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers1-1/+1
2026-01-20perf mem: Simplify Arm SPE event configLeo Yan1-2/+2
2026-01-20perf unwind-libdw: Fix a cross-arch unwinding bugShimin Guo2-62/+0
2026-01-15perf arm-spe: Don't hard code config attributeJames Clark1-7/+8
2026-01-15perf evsel: Refactor evsel__set_config_if_unset() argumentsJames Clark1-1/+1
2025-11-14perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers3-0/+3
2025-11-14perf build: Remove NO_AUXTRACE build optionIan Rogers1-9/+10
2025-09-19perf arm_spe: Add "event_filter" entry in meta dataLeo Yan1-0/+5
2025-09-12perf arm64: Sync ESR_ELx_EC_* macros in arm64_exception_types.h with esr.hYunseong Kim1-5/+10
2025-03-21perf build: Remove Makefile.syscallsIan Rogers2-9/+0
2025-03-21perf syscalltbl: Remove syscall_table.hIan Rogers1-8/+0
2025-02-28perf arm-spe: Report error if set frequencyLeo Yan1-0/+21
2025-02-14perf tools: Fix compilation error on arm64Leo Yan2-2/+2
2025-01-13perf tools arm-spe: Don't allocate buffer or tracking event in discard modeJames Clark1-2/+9
2025-01-13perf tools arm-spe: Pull out functions for aux buffer and tracking setupJames Clark1-32/+51
2025-01-09perf tools arm64: Use syscall tableCharlie Jenkins7-68/+494
2024-11-16perf pmu: Move pmu_metrics_table__find and remove ARM overrideIan Rogers1-20/+0
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers2-20/+6
2024-11-16perf arm64 header: Use cpu argument in get_cpuidIan Rogers1-33/+30
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers1-1/+1
2024-11-09perf build: Remove PERF_HAVE_DWARF_REGSIan Rogers1-3/+0
2024-11-09perf arm64: Remove dwarf-regs.cIan Rogers2-81/+0
2024-11-09perf disasm: Add e_machine/e_flags to struct archIan Rogers1-0/+2
2024-11-09perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETIan Rogers2-17/+4
2024-10-18perf build: Rename CONFIG_DWARF to CONFIG_LIBDWIan Rogers1-1/+1
2024-10-18perf build: Rename NO_DWARF to NO_LIBDWIan Rogers1-1/+1
2024-10-11perf tool_pmu: Move expr literals to tool_pmuIan Rogers1-2/+3
2024-10-04perf arm-spe: Save per CPU information in metadataLeo Yan1-2/+81
2024-10-04perf arm-spe: Calculate meta data sizeLeo Yan1-3/+36
2024-10-04perf arm-spe: Define metadata header version 2Leo Yan1-2/+2
2024-09-26perf evsel: Remove pmu_nameIan Rogers1-2/+2
2024-08-29perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_recordLeo Yan2-2/+0
2024-08-01perf arm-spe: Support multiple Arm SPE eventsLeo Yan1-13/+24
2024-08-01perf arm-spe: Extract evsel setting upLeo Yan1-34/+40
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev1-1/+2
2024-06-26perf util: Make util its own libraryIan Rogers2-11/+11
2024-06-26perf test: Make tests its own libraryIan Rogers2-5/+5
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers1-6/+4
2024-03-21perf arm64 header: Remove unnecessary CPU map get and putIan Rogers1-3/+0
2024-03-21perf arm-spe/cs-etm: Directly iterate CPU mapsIan Rogers1-2/+2