Searched refs:ETM_OPT_CTXTID2 (Results 1 – 7 of 7) sorted by relevance
24 #define ETM_OPT_CTXTID2 15 macro
35 #define ETM_OPT_CTXTID2 15 macro
102 (BIT(ETM_OPT_CTXTID) | BIT(ETM_OPT_CTXTID2)); in cs_etm_set_context_id()132 if (contextid & BIT(ETM_OPT_CTXTID2)) { in cs_etm_set_context_id()527 if (config_opts & BIT(ETM_OPT_CTXTID2)) in cs_etmv4_get_config()
62 PMU_FORMAT_ATTR(contextid2, "config:" __stringify(ETM_OPT_CTXTID2));85 pid_fmt = is_kernel_in_hyp_mode() ? ETM_OPT_CTXTID2 : ETM_OPT_CTXTID; in format_attr_contextid_show()
693 if (attr->config & BIT(ETM_OPT_CTXTID2)) { in etm4_parse_event_config()
568 case BIT(ETM_OPT_CTXTID2): in cs_etm_decoder__set_tid()
190 *pid_fmt = BIT(ETM_OPT_CTXTID2); in cs_etm__get_pid_fmt()
Completed in 16 milliseconds