Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dcoresight-pmu.h32 #define ETM_OPT_BRANCH_BROADCAST 8 macro
/openbmc/linux/include/linux/
H A Dcoresight-pmu.h32 #define ETM_OPT_BRANCH_BROADCAST 8 macro
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c57 PMU_FORMAT_ATTR(branch_broadcast, "config:"__stringify(ETM_OPT_BRANCH_BROADCAST));
H A Dcoresight-etm4x-core.c732 if (attr->config & BIT(ETM_OPT_BRANCH_BROADCAST)) { in etm4_parse_event_config()
/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c508 if (config_opts & BIT(ETM_OPT_BRANCH_BROADCAST)) in cs_etmv4_get_config()