Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.h245 #define ETMCR_TIMESTAMP_EN BIT(28) macro
H A Dcs-etm.c2929 etm->timeless_decoding = !(metadata[CS_ETM_ETMCR] & ETMCR_TIMESTAMP_EN); in cs_etm__setup_timeless_decoding()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm.h90 #define ETMCR_TIMESTAMP_EN BIT(28) macro
H A Dcoresight-etm3x-sysfs.c149 config->ctrl |= ETMCR_TIMESTAMP_EN; in mode_store()
151 config->ctrl &= ~ETMCR_TIMESTAMP_EN; in mode_store()
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c506 etmcr |= ETMCR_TIMESTAMP_EN; in cs_etm_synth_etmcr()