summaryrefslogtreecommitdiff
path: root/tools/perf/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-24treewide: remove meaningless assignments in MakefilesMasahiro Yamada1-1/+1
2024-02-16perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan2-1/+8
2024-01-25perf mem: Clean up perf_mem_event__supported()Kan Liang1-4/+4
2024-01-25perf mem: Clean up perf_mem_events__name()Kan Liang1-22/+4
2024-01-25perf mem: Clean up perf_mem_events__ptr()Kan Liang1-9/+1
2024-01-25perf mem: Add mem_events into the supported perf_pmuKan Liang2-3/+11
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers1-1/+1
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers1-2/+2
2023-10-17perf pmu: Lazily compute default configIan Rogers1-22/+23
2023-10-17perf arm-spe: Move PMU initialization from default config codeIan Rogers1-3/+0
2023-09-16perf pmu: Remove unused functionJames Clark1-10/+0
2023-09-16perf pmus: Simplify perf_pmus__find_core_pmu()James Clark1-1/+7
2023-09-16perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark1-3/+3
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers1-1/+1
2023-08-23perf pmu: Avoid passing format list to perf_pmu__format_bits()Ian Rogers1-1/+1
2023-08-17perf jevents: Add a new expression builtin strcmp_cpuid_str()James Clark1-17/+1
2023-08-17perf test: Add a test for the new Arm CPU ID comparison behaviorJames Clark4-0/+45
2023-08-17perf arm64: Allow version comparisons of CPU IDsJames Clark1-15/+52
2023-08-16perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan3-0/+3
2023-08-16perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan1-0/+5
2023-08-16perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan1-3/+0
2023-07-24perf pmu arm64: Fix reading the PMU cpu slots in sysfsHaixin Yu1-3/+4
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-1/+1