Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.h239 #define TRCCONFIGR_RS BIT(12) macro
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c536 trcconfigr |= TRCCONFIGR_RS; in cs_etmv4_synth_trcconfigr()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h181 #define TRCCONFIGR_RS BIT(12) macro
H A Dcoresight-etm4x-sysfs.c365 config->cfg |= TRCCONFIGR_RS; in mode_store()
367 config->cfg &= ~TRCCONFIGR_RS; in mode_store()
H A Dcoresight-etm4x-core.c842 config->cfg |= TRCCONFIGR_RS; in etm4_parse_event_config()