Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/arch/arm/util/
H A 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.15/Documentation/trace/coresight/
H A Dcoresight.rst533 "contextid": Will be an alias for the option that enables PID
535 contextid == contextid1, on EL1 kernel.
536 contextid == contextid2, on EL2 kernel.
539 automatically enable the "contextid" config - but for EL2 it is possible to make
593 * - contextid
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c92 __ATTR(contextid, 0444, format_attr_contextid_show, NULL);