Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/arch/arm/util/
Dcs-etm.c93 u64 contextid = evsel->core.attr.config & in cs_etm_validate_context_id() local
98 if (!contextid) in cs_etm_validate_context_id()
113 if (contextid & in cs_etm_validate_context_id()
129 if (contextid & in cs_etm_validate_context_id()
/linux-6.12.1/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.12.1/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c92 __ATTR(contextid, 0444, format_attr_contextid_show, NULL);