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

/linux-master/tools/perf/util/
H A Dcs-etm.h158 CS_ETM_DISCONTINUITY, enumerator in enum:cs_etm_sample_type
H A Dcs-etm.c1267 /* Returns 0 for the CS_ETM_DISCONTINUITY packet */
1268 if (packet->sample_type == CS_ETM_DISCONTINUITY)
1277 /* Returns 0 for the CS_ETM_DISCONTINUITY packet */
1278 if (packet->sample_type == CS_ETM_DISCONTINUITY)
1428 * It's pointless to read instructions for the CS_ETM_DISCONTINUITY
1431 if (packet->sample_type == CS_ETM_DISCONTINUITY) {
1818 if (tidq->prev_packet->sample_type == CS_ETM_DISCONTINUITY)
2222 if (prev_packet->sample_type == CS_ETM_DISCONTINUITY)
2241 case CS_ETM_DISCONTINUITY:
2404 case CS_ETM_DISCONTINUITY
[all...]
/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c508 CS_ETM_DISCONTINUITY);

Completed in 278 milliseconds