Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/arch/arm/util/
Dcs-etm.c70 u64 contextid; in cs_etm_set_context_id() local
91 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()
/linux-6.1.9/Documentation/trace/coresight/
Dcoresight.rst542 "contextid": Will be an alias for the option that enables PID
544 contextid == contextid1, on EL1 kernel.
545 contextid == contextid2, on EL2 kernel.
548 automatically enable the "contextid" config - but for EL2 it is possible to make
602 * - contextid
/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c89 __ATTR(contextid, 0444, format_attr_contextid_show, NULL);