Home
last modified time | relevance | path

Searched refs:CORESIGHT_ETM_PMU_NAME (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/tools/perf/arch/arm/util/
Dcs-etm.c104 CORESIGHT_ETM_PMU_NAME, CORESIGHT_ETM_PMU_NAME); in cs_etm_validate_context_id()
124 CORESIGHT_ETM_PMU_NAME, CORESIGHT_ETM_PMU_NAME); in cs_etm_validate_context_id()
140 CORESIGHT_ETM_PMU_NAME, CORESIGHT_ETM_PMU_NAME); in cs_etm_validate_context_id()
160 CORESIGHT_ETM_PMU_NAME, CORESIGHT_ETM_PMU_NAME); in cs_etm_validate_timestamp()
224 CORESIGHT_ETM_PMU_NAME, cpu.cpu); in cs_etm_validate_config()
322 CORESIGHT_ETM_PMU_NAME); in cs_etm_recording_options()
349 CORESIGHT_ETM_PMU_NAME); in cs_etm_recording_options()
424 pr_debug2("%s snapshot size: %zu\n", CORESIGHT_ETM_PMU_NAME, in cs_etm_recording_options()
876 cs_etm_pmu = perf_pmus__find(CORESIGHT_ETM_PMU_NAME); in cs_etm_record_init()
Dpmu.c24 if (!strcmp(pmu->name, CORESIGHT_ETM_PMU_NAME)) { in perf_pmu__arch_init()
Dauxtrace.c135 cs_etm_pmu = perf_pmus__find(CORESIGHT_ETM_PMU_NAME); in auxtrace_record__init()
/linux-6.12.1/include/linux/
Dcoresight-pmu.h12 #define CORESIGHT_ETM_PMU_NAME "cs_etm" macro
/linux-6.12.1/tools/include/linux/
Dcoresight-pmu.h12 #define CORESIGHT_ETM_PMU_NAME "cs_etm" macro
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c924 ret = perf_pmu_register(&etm_pmu, CORESIGHT_ETM_PMU_NAME, -1); in etm_perf_init()