Home
last modified time | relevance | path

Searched refs:ETM_OPT_CYCACC (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/include/linux/
Dcoresight-pmu.h14 #define ETM_OPT_CYCACC 12 macro
/Linux-v5.10/include/linux/
Dcoresight-pmu.h14 #define ETM_OPT_CYCACC 12 macro
/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c31 PMU_FORMAT_ATTR(cycacc, "config:" __stringify(ETM_OPT_CYCACC));
Dcoresight-etm4x-core.c354 if (attr->config & BIT(ETM_OPT_CYCACC)) { in etm4_parse_event_config()
/Linux-v5.10/tools/perf/arch/arm/util/
Dcs-etm.c480 if (config_opts & BIT(ETM_OPT_CYCACC)) in cs_etmv4_get_config()