Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dcoresight-pmu.h33 #define ETM_OPT_CYCACC 12 macro
/Linux-v6.6/tools/include/linux/
Dcoresight-pmu.h33 #define ETM_OPT_CYCACC 12 macro
/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c58 PMU_FORMAT_ATTR(cycacc, "config:" __stringify(ETM_OPT_CYCACC));
Dcoresight-etm4x-core.c667 if (attr->config & BIT(ETM_OPT_CYCACC)) { in etm4_parse_event_config()
/Linux-v6.6/tools/perf/arch/arm/util/
Dcs-etm.c497 if (config_opts & BIT(ETM_OPT_CYCACC)) in cs_etmv4_get_config()