Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcs-etm.c1415 tidq->prev_packet->sample_type == CS_ETM_RANGE && in cs_etm__sample()
1510 if (tidq->prev_packet->sample_type == CS_ETM_RANGE && in cs_etm__sample()
1539 if (tidq->prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__exception()
1557 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__flush()
1583 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__flush()
1615 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__end_block()
1847 case CS_ETM_RANGE: in cs_etm__set_sample_flags()
1935 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
1974 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
2003 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
[all …]
Dcs-etm.h134 CS_ETM_RANGE, enumerator
/linux-6.1.9/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c400 CS_ETM_RANGE); in cs_etm_decoder__buffer_range()