Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dcs-etm.c1355 tidq->prev_packet->sample_type == CS_ETM_RANGE && in cs_etm__sample()
1396 if (tidq->prev_packet->sample_type == CS_ETM_RANGE && in cs_etm__sample()
1433 if (tidq->prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__exception()
1451 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__flush()
1472 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__flush()
1507 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__end_block()
1734 case CS_ETM_RANGE: in cs_etm__set_sample_flags()
1822 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
1861 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
1890 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
[all …]
Dcs-etm.h104 CS_ETM_RANGE, enumerator
/Linux-v5.4/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c391 CS_ETM_RANGE); in cs_etm_decoder__buffer_range()