Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dcs-etm.c1703 tidq->prev_packet->sample_type == CS_ETM_RANGE && in cs_etm__sample()
1798 if (tidq->prev_packet->sample_type == CS_ETM_RANGE && in cs_etm__sample()
1827 if (tidq->prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__exception()
1845 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__flush()
1871 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__flush()
1903 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__end_block()
2135 case CS_ETM_RANGE: in cs_etm__set_sample_flags()
2223 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
2262 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
2291 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
[all …]
Dcs-etm.h157 CS_ETM_RANGE, enumerator
/linux-6.6.21/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c440 CS_ETM_RANGE); in cs_etm_decoder__buffer_range()