Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dcoresight-pmu.h36 #define ETM_OPT_TS 28 macro
/openbmc/linux/include/linux/
H A Dcoresight-pmu.h36 #define ETM_OPT_TS 28 macro
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c63 PMU_FORMAT_ATTR(timestamp, "config:" __stringify(ETM_OPT_TS));
H A Dcoresight-etm4x-core.c672 if (attr->config & BIT(ETM_OPT_TS)) { in etm4_parse_event_config()
/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c501 if (config_opts & BIT(ETM_OPT_TS)) in cs_etmv4_get_config()
/openbmc/linux/tools/perf/util/
H A Dcs-etm.c2851 !(evsel->core.attr.config & BIT(ETM_OPT_TS)); in cs_etm__setup_timeless_decoding()