Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.h236 #define TRCCONFIGR_CID BIT(6) macro
H A Dcs-etm.c221 else if (val & TRCCONFIGR_CID) in cs_etm__init_pid_fmt()
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c532 trcconfigr |= TRCCONFIGR_CID; in cs_etmv4_synth_trcconfigr()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h177 #define TRCCONFIGR_CID BIT(6) macro
H A Dcoresight-etm4x-sysfs.c340 config->cfg |= TRCCONFIGR_CID; in mode_store()
342 config->cfg &= ~TRCCONFIGR_CID; in mode_store()
H A Dcoresight-etm4x-core.c822 config->cfg |= TRCCONFIGR_CID; in etm4_parse_event_config()