Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c92 CORESIGHT_ETM_PMU_NAME, CORESIGHT_ETM_PMU_NAME); in cs_etm_validate_context_id()
103 pr_err("%s: can't read file %s\n", CORESIGHT_ETM_PMU_NAME, in cs_etm_validate_context_id()
119 CORESIGHT_ETM_PMU_NAME, CORESIGHT_ETM_PMU_NAME); in cs_etm_validate_context_id()
135 CORESIGHT_ETM_PMU_NAME, CORESIGHT_ETM_PMU_NAME); in cs_etm_validate_context_id()
159 CORESIGHT_ETM_PMU_NAME, CORESIGHT_ETM_PMU_NAME); in cs_etm_validate_timestamp()
171 CORESIGHT_ETM_PMU_NAME, path); in cs_etm_validate_timestamp()
308 CORESIGHT_ETM_PMU_NAME); in cs_etm_recording_options()
335 CORESIGHT_ETM_PMU_NAME); in cs_etm_recording_options()
410 pr_debug2("%s snapshot size: %zu\n", CORESIGHT_ETM_PMU_NAME, in cs_etm_recording_options()
884 cs_etm_pmu = perf_pmus__find(CORESIGHT_ETM_PMU_NAME); in cs_etm_record_init()
H A Dpmu.c21 if (!strcmp(pmu->name, CORESIGHT_ETM_PMU_NAME)) { in perf_pmu__get_default_config()
H A Dauxtrace.c135 cs_etm_pmu = perf_pmus__find(CORESIGHT_ETM_PMU_NAME); in auxtrace_record__init()
/openbmc/linux/tools/include/linux/
H A Dcoresight-pmu.h12 #define CORESIGHT_ETM_PMU_NAME "cs_etm" macro
/openbmc/linux/include/linux/
H A Dcoresight-pmu.h12 #define CORESIGHT_ETM_PMU_NAME "cs_etm" macro
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c907 ret = perf_pmu_register(&etm_pmu, CORESIGHT_ETM_PMU_NAME, -1); in etm_perf_init()