Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.c1786 tidq->prev_packet->sample_type == CS_ETM_RANGE && in cs_etm__sample()
1881 if (tidq->prev_packet->sample_type == CS_ETM_RANGE && in cs_etm__sample()
1910 if (tidq->prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__exception()
1928 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__flush()
1954 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__flush()
1986 tidq->prev_packet->sample_type == CS_ETM_RANGE) { in cs_etm__end_block()
2218 case CS_ETM_RANGE: in cs_etm__set_sample_flags()
2306 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
2345 if (prev_packet->sample_type == CS_ETM_RANGE) in cs_etm__set_sample_flags()
2374 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/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c441 CS_ETM_RANGE); in cs_etm_decoder__buffer_range()