summaryrefslogtreecommitdiff
path: root/tools/perf/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2024-02-16perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan1-1/+6
2024-01-25perf mem: Add mem_events into the supported perf_pmuKan Liang1-0/+3
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers1-3/+3
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers1-5/+5
2023-10-17perf cs-etm: Respect timestamp optionLeo Yan1-0/+9
2023-10-17perf cs-etm: Validate timestamp tracing in per-thread modeLeo Yan1-2/+11
2023-10-17perf pmu: Lazily compute default configIan Rogers2-12/+5
2023-10-17perf arm-spe: Move PMU initialization from default config codeIan Rogers1-0/+2
2023-10-17perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers1-5/+3
2023-08-23perf pmu: Avoid passing format list to perf_pmu__format_bits()Ian Rogers1-6/+6
2023-08-16perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan2-0/+2
2023-08-16perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan1-0/+10
2023-08-16perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan1-3/+0
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-1/+1
2023-05-31Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo1-1/+1
2023-05-27perf pmu: Separate pmu and pmusIan Rogers2-5/+6
2023-05-26perf arm: Fix include path to cs-etm.hIan Rogers1-1/+1
2023-05-10perf cs-etm: Fix contextid validationJames Clark1-5/+4
2023-04-24perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark2-6/+25
2023-04-24perf cs-etm: Validate options after applying themJames Clark1-84/+68
2023-04-24perf cs-etm: Don't test full_auxtrace because it's always setJames Clark1-31/+25
2023-04-04perf map: Add accessor for start and endIan Rogers1-1/+1
2023-04-04perf cs-etm: Update record event to use new Trace ID protocolMike Leach1-10/+17
2023-03-13perf cs-etm: Avoid printing warning in cs_etm_is_ete() checkJames Clark1-1/+5
2023-03-13perf cs-etm: Reduce verbosity of ts_source warningJames Clark1-4/+4
2023-01-27perf cs-etm: Improve missing sink warning messageJames Clark1-3/+9
2023-01-23perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez1-0/+48
2023-01-23perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez1-7/+36
2023-01-23perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark1-3/+2
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo1-1/+1
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2-0/+66
2022-10-15perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu1-19/+34
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter1-1/+1
2022-05-10perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter1-0/+1
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers1-4/+4
2022-02-15perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcastJames Clark1-0/+3
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-12/+23
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers1-8/+8
2021-12-16perf arch: Support register names from all archsGerman Gomez1-42/+0
2021-12-16perf cs-etm: Remove duplicate and incorrect aux size checksJames Clark1-19/+0
2021-11-13perf test: Rename struct test to test_suiteIan Rogers3-3/+3
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-2/+2
2021-11-13perf test: Make each test/suite its own struct.Ian Rogers3-15/+8
2021-09-27perf arm: Fix off-by-one directory paths.Ian Rogers6-23/+23
2021-09-03perf cs-etm: Fix typoJames Clark1-1/+1
2021-09-03perf cs-etm: Save TRCDEVARCH registerJames Clark1-5/+44
2021-09-03perf cs-etm: Refactor out ETMv4 header savingJames Clark1-23/+23
2021-08-31perf auxtrace arm: Support compat_auxtrace_mmap__{read_head|write_tail}Leo Yan1-0/+32
2021-07-01perf cs-etm: Remove callback cs_etm_find_snapshot()Leo Yan1-133/+0
2021-05-21perf tests: Consolidate test__arch_unwind_sample declarationRob Herring1-5/+0