aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/arm64/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2-1/+189
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
2022-05-27perf tools arm64: Add support for VG registerJames Clark1-0/+38
2022-05-26perf unwind arm64: Decouple Libunwind register names from PerfJames Clark1-71/+2
2022-05-10perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter1-0/+1
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim1-21/+0
2022-04-28perf arm-spe: Fix SPE events with phys addressesTimothy Hayes1-0/+10
2022-04-09perf: arm-spe: Fix perf report --mem-modeJames Clark1-0/+6
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers1-1/+1
2022-02-23perf arm-spe: Use advertised caps/min_interval as default sample_periodGerman Gomez1-1/+1
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-1/+1
2021-12-21perf tools: Record ARM64 LR register automaticallyAlexandre Truong1-0/+7
2021-11-13perf arm-spe: Update --switch-events docs in 'perf record'German Gomez1-1/+3
2021-11-13perf arm-spe: Track task context switch for cpu-mode eventsNamhyung Kim1-1/+5
2021-11-13perf arm-spe: Implement find_snapshot callbackGerman Gomez1-0/+145
2021-11-13perf arm-spe: Add snapshot mode supportGerman Gomez1-0/+130
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers1-1/+1
2021-06-01perf tools: Support pmu prefix for mem-load eventJin Yao1-1/+1
2021-05-25perf arm-spe: Remove redundant checking for "full_auxtrace"Leo Yan1-1/+1
2021-05-25perf arm-spe: Enable timestamp for per-cpu modeLeo Yan1-2/+31
2021-05-25perf arm-spe: Correct sample flags for dummy eventLeo Yan1-3/+4
2021-05-25perf arm-spe: Correct sample flags for SPE eventLeo Yan1-3/+4
2021-05-10perf tools: Fix a build error on arm64 with clangMasami Hiramatsu1-1/+1
2021-04-20perf arm64: Fix off-by-one directory paths.Ian Rogers3-6/+6
2021-04-08perf pmu: Add pmu_events_map__find() function to find the common PMU map for the systemJohn Garry2-0/+26
2021-03-23perf tools: Fix various typos in commentsIngo Molnar2-4/+4
2021-02-09perf arm64/s390: Fix printf conversion specifier for IP addressesArnaldo Carvalho de Melo1-1/+2
2020-12-28perf arm64: Add argument support for SDTLeo Yan1-0/+94
2020-11-30perf evlist: Use the right prefix for 'struct evlist' evsel list methodsArnaldo Carvalho de Melo1-1/+1
2020-11-30perf tools: Add aarch64 registers to --user-regsAlexandre Truong1-0/+33
2020-11-30perf evlist: Use the right prefix for 'struct evlist' tracking event methodsArnaldo Carvalho de Melo1-1/+1
2020-11-11perf mem: Support ARM SPE eventsLeo Yan2-1/+38
2020-11-04perf kvm: Add kvm-stat for arm64Sergey Senozhatsky3-0/+178
2020-09-22perf tsc: Add rdtsc() for Arm64Leo Yan2-0/+22
2020-06-01perf libdw: Fix off-by 1 relative directory includesIan Rogers1-3/+3
2020-05-05perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()Arnaldo Carvalho de Melo1-6/+6
2020-04-03perf symbols: Fix arm64 gap between kernel start and module endKemeng Shi2-0/+28
2020-03-23perf symbols: Consolidate symbol fixup issueLeo Yan2-20/+0
2020-03-06tools: Fix off-by 1 relative directory includesIan Rogers2-11/+11
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter1-18/+2
2020-02-18perf arm-spe: Fix endless record after being terminatedAdrian Hunter1-1/+4
2020-02-12perf tools: Add arm64 version of get_cpuid()John Garry1-15/+48
2019-11-06perf tools: Fix cross compile for ARM64John Garry1-1/+2
2019-10-10perf tools: Avoid 'sample_reg_masks' being const + weakIan Rogers2-0/+7
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa1-1/+1
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa1-1/+1
2019-09-25libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa1-1/+1