Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.h234 #define TRCCONFIGR_BB BIT(3) macro
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c540 trcconfigr |= TRCCONFIGR_BB; in cs_etmv4_synth_trcconfigr()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h175 #define TRCCONFIGR_BB BIT(3) macro
H A Dcoresight-etm4x-sysfs.c327 config->cfg |= TRCCONFIGR_BB; in mode_store()
329 config->cfg &= ~TRCCONFIGR_BB; in mode_store()
H A Dcoresight-etm4x-core.c864 config->cfg |= TRCCONFIGR_BB; in etm4_parse_event_config()