Home
last modified time | relevance | path

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

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