summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-121-1/+1
* libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-121-2/+2
* perf pmu: Lazily compute default configIan Rogers2023-10-171-22/+23
* perf arm-spe: Move PMU initialization from default config codeIan Rogers2023-10-171-3/+0
* perf pmu: Remove unused functionJames Clark2023-09-161-10/+0
* perf pmus: Simplify perf_pmus__find_core_pmu()James Clark2023-09-161-1/+7
* perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark2023-09-161-3/+3
* perf pmu: Remove logic for PMU name being NULLIan Rogers2023-08-251-1/+1
* perf pmu: Avoid passing format list to perf_pmu__format_bits()Ian Rogers2023-08-231-1/+1
* perf jevents: Add a new expression builtin strcmp_cpuid_str()James Clark2023-08-171-17/+1
* perf test: Add a test for the new Arm CPU ID comparison behaviorJames Clark2023-08-174-0/+45
* perf arm64: Allow version comparisons of CPU IDsJames Clark2023-08-171-15/+52
* perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan2023-08-163-0/+3
* perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan2023-08-161-0/+5
* perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan2023-08-161-3/+0
* perf pmu arm64: Fix reading the PMU cpu slots in sysfsHaixin Yu2023-07-241-3/+4
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-1/+1
* perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_IDTiezhu Yang2023-06-051-3/+3
* perf arm64: Handle __NR3264_ prefixed syscall numberTiezhu Yang2023-06-051-2/+3
* perf arm64: Rename create_table_from_c() to create_sc_table()Tiezhu Yang2023-06-051-2/+2
* perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang2023-06-051-1/+1
* perf pmus: Allow just core PMU scanningIan Rogers2023-05-271-4/+1
* perf pmu: Separate pmu and pmusIan Rogers2023-05-271-1/+2
* perf arm64: Fix build with refcount checkingJames Clark2023-05-102-3/+3
* perf tools: Add util function for overriding user set config valuesJames Clark2023-04-241-24/+2
* perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo2023-04-241-2/+2
* perf arm-spe: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-1/+1
* perf map: Add accessor for start and endIan Rogers2023-04-041-1/+1
* perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan2023-03-151-1/+0
* perf pmu-events: Introduce pmu_metrics_tableIan Rogers2023-02-031-0/+9
* perf pmu-events: Separate the metrics from events for no jeventsIan Rogers2023-02-031-1/+1
* perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark2023-01-221-2/+2
* perf pmu: Add #slots literal support for arm64Jing Zhang2023-01-191-2/+33
* perf arm64: Simplify mksyscalltblHans-Peter Nilsson2022-12-211-20/+3
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-1/+1
* perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nuHans-Peter Nilsson2022-12-051-1/+1
* perf cpumap: Tidy libperf includesIan Rogers2022-11-161-0/+1
* perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2022-10-312-1/+2
* perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-152-1/+189
* perf annotate: Add missing condition flags for arm64Namhyung Kim2022-10-141-1/+1
* perf pmu-events: Hide the pmu_eventsIan Rogers2022-08-131-1/+1
* perf pmu-events: Avoid passing pmu_events_mapIan Rogers2022-08-131-2/+2
* perf tools: Do not pass NULL to parse_events()Adrian Hunter2022-08-101-1/+1
* perf mem: Trace physical address for Arm SPE eventsLeo Yan2022-06-031-3/+3
* perf tools arm64: Add support for VG registerJames Clark2022-05-271-0/+38
* perf unwind arm64: Decouple Libunwind register names from PerfJames Clark2022-05-261-71/+2
* perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter2022-05-101-0/+1
* perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-04-281-21/+0
* perf arm-spe: Fix SPE events with phys addressesTimothy Hayes2022-04-281-0/+10
* perf: arm-spe: Fix perf report --mem-modeJames Clark2022-04-091-0/+6