Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dcoresight-pmu.h55 #define CS_AUX_HW_ID_TRACE_ID_MASK GENMASK_ULL(7, 0) macro
/openbmc/linux/include/linux/
H A Dcoresight-pmu.h55 #define CS_AUX_HW_ID_TRACE_ID_MASK GENMASK_ULL(7, 0) macro
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c507 hw_id |= FIELD_PREP(CS_AUX_HW_ID_TRACE_ID_MASK, in etm_event_start()
/openbmc/linux/tools/perf/util/
H A Dcs-etm.c326 trace_chan_id = FIELD_GET(CS_AUX_HW_ID_TRACE_ID_MASK, hw_id); in cs_etm__process_aux_output_hw_id()