Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.h240 #define TRCCONFIGR_VMIDOPT BIT(15) macro
H A Dcs-etm.c218 if (val & (TRCCONFIGR_VMID | TRCCONFIGR_VMIDOPT)) in cs_etm__init_pid_fmt()
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c538 trcconfigr |= TRCCONFIGR_VMID | TRCCONFIGR_VMIDOPT; in cs_etmv4_synth_trcconfigr()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h184 #define TRCCONFIGR_VMIDOPT BIT(15) macro
H A Dcoresight-etm4x-core.c836 config->cfg |= TRCCONFIGR_VMID | TRCCONFIGR_VMIDOPT; in etm4_parse_event_config()