Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcoresight-pmu.h60 #define CS_AUX_HW_ID_TRACE_ID_MASK GENMASK_ULL(7, 0) macro
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c547 hw_id |= FIELD_PREP(CS_AUX_HW_ID_TRACE_ID_MASK, path->trace_id); in etm_event_start()
/linux/tools/perf/util/
H A Dcs-etm.c328 u8 trace_chan_id = FIELD_GET(CS_AUX_HW_ID_TRACE_ID_MASK, hw_id); in cs_etm__process_trace_id_v0()
352 u8 trace_id = FIELD_GET(CS_AUX_HW_ID_TRACE_ID_MASK, hw_id); in cs_etm__process_trace_id_v0_1()