Searched refs:contextid (Results 1 – 3 of 3) sorted by relevance
70 u64 contextid; in cs_etm_set_context_id() local91 contextid = evsel->core.attr.config & in cs_etm_set_context_id()101 if (!contextid) in cs_etm_set_context_id()102 contextid = perf_pmu__format_bits(&cs_etm_pmu->format, in cs_etm_set_context_id()105 if (contextid & BIT(ETM_OPT_CTXTID)) { in cs_etm_set_context_id()122 if (contextid & BIT(ETM_OPT_CTXTID2)) { in cs_etm_set_context_id()139 evsel->core.attr.config |= contextid; in cs_etm_set_context_id()
535 "contextid": Will be an alias for the option that enables PID537 contextid == contextid1, on EL1 kernel.538 contextid == contextid2, on EL2 kernel.541 automatically enable the "contextid" config - but for EL2 it is possible to make
88 __ATTR(contextid, 0444, format_attr_contextid_show, NULL);