Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcoresight-pmu.h23 #define ETM_OPT_CTXTID2 15 macro
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c57 PMU_FORMAT_ATTR(contextid2, "config:" __stringify(ETM_OPT_CTXTID2));
75 pid_fmt = is_kernel_in_hyp_mode() ? ETM_OPT_CTXTID2 : ETM_OPT_CTXTID; in format_attr_contextid_show()
H A Dcoresight-etm4x-core.c668 if (attr->config & BIT(ETM_OPT_CTXTID2)) { in etm4_parse_event_config()