Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dcoresight-pmu.h35 #define ETM_OPT_CTXTID2 15 macro
/linux-6.12.1/tools/include/linux/
Dcoresight-pmu.h35 #define ETM_OPT_CTXTID2 15 macro
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c62 PMU_FORMAT_ATTR(contextid2, "config:" __stringify(ETM_OPT_CTXTID2));
86 pid_fmt = is_kernel_in_hyp_mode() ? ETM_OPT_CTXTID2 : ETM_OPT_CTXTID; in format_attr_contextid_show()
Dcoresight-etm4x-core.c707 if (attr->config & BIT(ETM_OPT_CTXTID2)) { in etm4_parse_event_config()
/linux-6.12.1/tools/perf/arch/arm/util/
Dcs-etm.c528 if (config_opts & BIT(ETM_OPT_CTXTID2)) in cs_etmv4_get_config()