Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dcs-etm.c1790 tidq->prev_packet->sample_type == CS_ETM_RANGE && in cs_etm__sample()
1885 if (tidq->prev_packet->sample_type == CS_ETM_RANGE && in cs_etm__sample()
1914 if (tidq->prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__exception()
1932 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__flush()
1958 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__flush()
1990 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__end_block()
2222 case CS_ETM_RANGE: in cs_etm__set_sample_flags()
2310 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
2349 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
2378 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
[all …]
H A Dcs-etm.h157 CS_ETM_RANGE, enumerator
/linux-6.15/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c441 CS_ETM_RANGE); in cs_etm_decoder__buffer_range()