summaryrefslogtreecommitdiff
path: root/tools/perf/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-05perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_IDTiezhu Yang1-3/+3
2023-06-05perf arm64: Handle __NR3264_ prefixed syscall numberTiezhu Yang1-2/+3
2023-06-05perf arm64: Rename create_table_from_c() to create_sc_table()Tiezhu Yang1-2/+2
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang1-1/+1
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers1-4/+1
2023-05-27perf pmu: Separate pmu and pmusIan Rogers1-1/+2
2023-05-10perf arm64: Fix build with refcount checkingJames Clark2-3/+3
2023-04-24perf tools: Add util function for overriding user set config valuesJames Clark1-24/+2
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo1-2/+2
2023-04-12perf arm-spe: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-1/+1
2023-04-04perf map: Add accessor for start and endIan Rogers1-1/+1
2023-03-15perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan1-1/+0
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers1-0/+9
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers1-1/+1
2023-01-23perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark1-2/+2
2023-01-19perf pmu: Add #slots literal support for arm64Jing Zhang1-2/+33
2022-12-21perf arm64: Simplify mksyscalltblHans-Peter Nilsson1-20/+3
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-1/+1
2022-12-05perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nuHans-Peter Nilsson1-1/+1
2022-11-16perf cpumap: Tidy libperf includesIan Rogers1-0/+1
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2-1/+2
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2-1/+189
2022-10-14perf annotate: Add missing condition flags for arm64Namhyung Kim1-1/+1
2022-08-13perf pmu-events: Hide the pmu_eventsIan Rogers1-1/+1
2022-08-13perf pmu-events: Avoid passing pmu_events_mapIan Rogers1-2/+2
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter1-1/+1
2022-06-03perf mem: Trace physical address for Arm SPE eventsLeo Yan1-3/+3