Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/arch/arm/util/
Dcs-etm.c86 CORESIGHT_ETM_PMU_NAME, path); in cs_etm_set_context_id()
116 CORESIGHT_ETM_PMU_NAME); in cs_etm_set_context_id()
132 CORESIGHT_ETM_PMU_NAME); in cs_etm_set_context_id()
169 CORESIGHT_ETM_PMU_NAME, path); in cs_etm_set_timestamp()
317 CORESIGHT_ETM_PMU_NAME); in cs_etm_recording_options()
338 CORESIGHT_ETM_PMU_NAME); in cs_etm_recording_options()
414 pr_debug2("%s snapshot size: %zu\n", CORESIGHT_ETM_PMU_NAME, in cs_etm_recording_options()
815 cs_etm_pmu = perf_pmu__find(CORESIGHT_ETM_PMU_NAME); in cs_etm_record_init()
Dpmu.c20 if (!strcmp(pmu->name, CORESIGHT_ETM_PMU_NAME)) { in perf_pmu__get_default_config()
Dauxtrace.c135 cs_etm_pmu = perf_pmu__find(CORESIGHT_ETM_PMU_NAME); in auxtrace_record__init()
/Linux-v6.1/include/linux/
Dcoresight-pmu.h10 #define CORESIGHT_ETM_PMU_NAME "cs_etm" macro
/Linux-v6.1/tools/include/linux/
Dcoresight-pmu.h10 #define CORESIGHT_ETM_PMU_NAME "cs_etm" macro
/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c874 ret = perf_pmu_register(&etm_pmu, CORESIGHT_ETM_PMU_NAME, -1); in etm_perf_init()