Searched refs:ETM_OPT_CTXTID (Results 1 – 7 of 7) sorted by relevance
23 #define ETM_OPT_CTXTID 14 macro
34 #define ETM_OPT_CTXTID 14 macro
102 (BIT(ETM_OPT_CTXTID) | BIT(ETM_OPT_CTXTID2)); in cs_etm_set_context_id()115 if (contextid & BIT(ETM_OPT_CTXTID)) { in cs_etm_set_context_id()223 if (option & BIT(ETM_OPT_CTXTID)) { in cs_etm_set_option()233 if (option & ~(BIT(ETM_OPT_CTXTID) | BIT(ETM_OPT_TS))) in cs_etm_set_option()448 BIT(ETM_OPT_CTXTID) | BIT(ETM_OPT_TS)); in cs_etm_recording_options()521 if (config_opts & BIT(ETM_OPT_CTXTID)) in cs_etmv4_get_config()
60 PMU_FORMAT_ATTR(contextid1, "config:" __stringify(ETM_OPT_CTXTID));82 int pid_fmt = ETM_OPT_CTXTID; in format_attr_contextid_show()85 pid_fmt = is_kernel_in_hyp_mode() ? ETM_OPT_CTXTID2 : ETM_OPT_CTXTID; in format_attr_contextid_show()
683 if ((attr->config & BIT(ETM_OPT_CTXTID)) && in etm4_parse_event_config()
564 case BIT(ETM_OPT_CTXTID): in cs_etm_decoder__set_tid()
184 if (val & BIT(ETM_OPT_CTXTID)) in cs_etm__get_pid_fmt()185 *pid_fmt = BIT(ETM_OPT_CTXTID); in cs_etm__get_pid_fmt()193 *pid_fmt = BIT(ETM_OPT_CTXTID); in cs_etm__get_pid_fmt()
Completed in 16 milliseconds