Searched refs:CORESIGHT_ETM_PMU_NAME (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/perf/arch/arm/util/ |
D | cs-etm.c | 104 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()
|
D | pmu.c | 24 if (!strcmp(pmu->name, CORESIGHT_ETM_PMU_NAME)) { in perf_pmu__arch_init()
|
D | auxtrace.c | 135 cs_etm_pmu = perf_pmus__find(CORESIGHT_ETM_PMU_NAME); in auxtrace_record__init()
|
/linux-6.12.1/include/linux/ |
D | coresight-pmu.h | 12 #define CORESIGHT_ETM_PMU_NAME "cs_etm" macro
|
/linux-6.12.1/tools/include/linux/ |
D | coresight-pmu.h | 12 #define CORESIGHT_ETM_PMU_NAME "cs_etm" macro
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-etm-perf.c | 924 ret = perf_pmu_register(&etm_pmu, CORESIGHT_ETM_PMU_NAME, -1); in etm_perf_init()
|