Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/linux/
Dcoresight-pmu.h21 #define ETM_OPT_BRANCH_BROADCAST 8 macro
/linux-6.1.9/include/linux/
Dcoresight-pmu.h21 #define ETM_OPT_BRANCH_BROADCAST 8 macro
/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c55 PMU_FORMAT_ATTR(branch_broadcast, "config:"__stringify(ETM_OPT_BRANCH_BROADCAST));
Dcoresight-etm4x-core.c700 if (attr->config & BIT(ETM_OPT_BRANCH_BROADCAST)) { in etm4_parse_event_config()
/linux-6.1.9/tools/perf/arch/arm/util/
Dcs-etm.c514 if (config_opts & BIT(ETM_OPT_BRANCH_BROADCAST)) in cs_etmv4_get_config()