Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dcs-etm.h158 CS_ETM_DISCONTINUITY, enumerator
H A Dcs-etm.c1357 if (packet->sample_type == CS_ETM_DISCONTINUITY || in cs_etm__first_executed_instr()
1368 if (packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__last_executed_instr()
1521 if (packet->sample_type == CS_ETM_DISCONTINUITY) { in cs_etm__copy_insn()
1881 if (tidq->prev_packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__sample()
2285 if (prev_packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__set_sample_flags()
2304 case CS_ETM_DISCONTINUITY: in cs_etm__set_sample_flags()
2467 case CS_ETM_DISCONTINUITY: in cs_etm__process_traceid_queue()
/linux-6.15/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c510 CS_ETM_DISCONTINUITY); in cs_etm_decoder__buffer_discontinuity()