Home
last modified time | relevance | path

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

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