Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h77 CS_ETM_PROTO_ETMV3 = 1, enumerator
H A Dcs-etm-decoder.c658 case CS_ETM_PROTO_ETMV3: in cs_etm_decoder__create_etm_decoder()
662 decoder->decoder_name = (t_params->protocol == CS_ETM_PROTO_ETMV3) ? in cs_etm_decoder__create_etm_decoder()
/openbmc/linux/tools/perf/util/
H A Dcs-etm.c144 return CS_ETM_PROTO_ETMV3; in cs_etm__get_v7_protocol_version()