Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.h238 #define TRCCONFIGR_TS BIT(11) macro
H A Dcs-etm.c2931 etm->timeless_decoding = !(metadata[CS_ETMV4_TRCCONFIGR] & TRCCONFIGR_TS); in cs_etm__setup_timeless_decoding()
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c534 trcconfigr |= TRCCONFIGR_TS; in cs_etmv4_synth_trcconfigr()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h180 #define TRCCONFIGR_TS BIT(11) macro
H A Dcoresight-etm4x-sysfs.c358 config->cfg |= TRCCONFIGR_TS; in mode_store()
360 config->cfg &= ~TRCCONFIGR_TS; in mode_store()
H A Dcoresight-etm4x-core.c815 config->cfg |= TRCCONFIGR_TS; in etm4_parse_event_config()