Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/arch/arm/util/
H A Dcs-etm.c85 CORESIGHT_ETM_PMU_NAME, path); in cs_etm_set_context_id()
134 CORESIGHT_ETM_PMU_NAME, path); in cs_etm_set_timestamp()
276 CORESIGHT_ETM_PMU_NAME); in cs_etm_recording_options()
296 CORESIGHT_ETM_PMU_NAME); in cs_etm_recording_options()
385 CORESIGHT_ETM_PMU_NAME); in cs_etm_recording_options()
391 pr_debug2("%s snapshot size: %zu\n", CORESIGHT_ETM_PMU_NAME, in cs_etm_recording_options()
868 cs_etm_pmu = perf_pmu__find(CORESIGHT_ETM_PMU_NAME); in cs_etm_record_init()
H A Dpmu.c19 if (!strcmp(pmu->name, CORESIGHT_ETM_PMU_NAME)) { in perf_pmu__get_default_config()
H A Dauxtrace.c67 cs_etm_pmu = perf_pmu__find(CORESIGHT_ETM_PMU_NAME); in auxtrace_record__init()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dcoresight-pmu.h10 #define CORESIGHT_ETM_PMU_NAME "cs_etm" macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dcoresight-pmu.h10 #define CORESIGHT_ETM_PMU_NAME "cs_etm" macro
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c744 ret = perf_pmu_register(&etm_pmu, CORESIGHT_ETM_PMU_NAME, -1); in etm_perf_init()