summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf arm-spe: Support multiple Arm SPE PMUsLeo Yan2024-07-121-1/+1
* perf util: Make util its own libraryIan Rogers2024-06-262-6/+6
* perf test: Make tests its own libraryIan Rogers2024-06-262-5/+5
* perf arm: Workaround ARM PMUs cpu maps having offline cpusIan Rogers2024-06-221-2/+8
* perf cs-etm: Improve version detection and error reportingJames Clark2024-05-021-18/+43
* perf cs-etm: Remove repeated fetches of the ETM PMUJames Clark2024-05-021-33/+27
* perf cs-etm: Use struct perf_cpu as much as possibleJames Clark2024-05-021-116/+88
* perf arm-spe/cs-etm: Directly iterate CPU mapsIan Rogers2024-03-211-65/+49
* perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan2024-02-151-1/+6
* perf mem: Add mem_events into the supported perf_pmuKan Liang2024-01-241-0/+3
* libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-121-3/+3
* libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-121-5/+5
* perf cs-etm: Respect timestamp optionLeo Yan2023-10-171-0/+9
* perf cs-etm: Validate timestamp tracing in per-thread modeLeo Yan2023-10-171-2/+11
* perf pmu: Lazily compute default configIan Rogers2023-10-172-12/+5
* perf arm-spe: Move PMU initialization from default config codeIan Rogers2023-10-171-0/+2
* perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers2023-10-171-5/+3
* perf pmu: Avoid passing format list to perf_pmu__format_bits()Ian Rogers2023-08-231-6/+6
* perf parse-regs: Move out arch specific header from util/perf_regs.hLeo Yan2023-08-162-0/+2
* perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan2023-08-161-0/+10
* perf parse-regs: Remove unused macros PERF_REG_{IP|SP}Leo Yan2023-08-161-3/+0
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-1/+1
* Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo2023-05-311-1/+1
|\
| * perf arm: Fix include path to cs-etm.hIan Rogers2023-05-261-1/+1
* | perf pmu: Separate pmu and pmusIan Rogers2023-05-272-5/+6
|/
* perf cs-etm: Fix contextid validationJames Clark2023-05-101-5/+4
* perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark2023-04-242-6/+25
* perf cs-etm: Validate options after applying themJames Clark2023-04-241-84/+68
* perf cs-etm: Don't test full_auxtrace because it's always setJames Clark2023-04-241-31/+25
* perf map: Add accessor for start and endIan Rogers2023-04-041-1/+1
* perf cs-etm: Update record event to use new Trace ID protocolMike Leach2023-04-041-10/+17
* perf cs-etm: Avoid printing warning in cs_etm_is_ete() checkJames Clark2023-03-131-1/+5
* perf cs-etm: Reduce verbosity of ts_source warningJames Clark2023-03-131-4/+4
* perf cs-etm: Improve missing sink warning messageJames Clark2023-01-271-3/+9
* perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez2023-01-221-0/+48
* perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez2023-01-221-7/+36
* perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark2023-01-221-3/+2
* perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2022-10-311-1/+1
* perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-152-0/+66
* perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
* perf tools: Do not pass NULL to parse_events()Adrian Hunter2022-08-101-1/+1
* perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter2022-05-101-0/+1
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-011-4/+4
* perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcastJames Clark2022-02-151-0/+3
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-12/+23
* perf cpumap: Move 'has' function to libperfIan Rogers2022-01-121-8/+8
* perf arch: Support register names from all archsGerman Gomez2021-12-161-42/+0
* perf cs-etm: Remove duplicate and incorrect aux size checksJames Clark2021-12-161-19/+0
* perf test: Rename struct test to test_suiteIan Rogers2021-11-133-3/+3
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-2/+2