Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.h237 #define TRCCONFIGR_VMID BIT(7) 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.h178 #define TRCCONFIGR_VMID BIT(7) macro
H A Dcoresight-etm4x-sysfs.c345 config->cfg |= TRCCONFIGR_VMID; in mode_store()
347 config->cfg &= ~TRCCONFIGR_VMID; in mode_store()
H A Dcoresight-etm4x-core.c836 config->cfg |= TRCCONFIGR_VMID | TRCCONFIGR_VMIDOPT; in etm4_parse_event_config()