Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/arch/arm/util/
Dcs-etm.c81 u64 contextid = evsel->core.attr.config & in cs_etm_validate_context_id() local
86 if (!contextid) in cs_etm_validate_context_id()
108 if (contextid & in cs_etm_validate_context_id()
124 if (contextid & in cs_etm_validate_context_id()
/Linux-v6.6/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-v6.6/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c91 __ATTR(contextid, 0444, format_attr_contextid_show, NULL);