Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dcs-etm.h105 CS_ETM_DISCONTINUITY, enumerator
H A Dcs-etm.c953 /* Returns 0 for the CS_ETM_DISCONTINUITY packet */ in cs_etm__first_executed_instr()
954 if (packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__first_executed_instr()
963 /* Returns 0 for the CS_ETM_DISCONTINUITY packet */ in cs_etm__last_executed_instr()
964 if (packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__last_executed_instr()
1119 * It's pointless to read instructions for the CS_ETM_DISCONTINUITY in cs_etm__copy_insn()
1122 if (packet->sample_type == CS_ETM_DISCONTINUITY) { in cs_etm__copy_insn()
1482 if (tidq->prev_packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__sample()
1884 if (prev_packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__set_sample_flags()
1903 case CS_ETM_DISCONTINUITY: in cs_etm__set_sample_flags()
2066 case CS_ETM_DISCONTINUITY in cs_etm__process_traceid_queue()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcs-etm.h158 CS_ETM_DISCONTINUITY, enumerator
H A Dcs-etm.c1243 /* Returns 0 for the CS_ETM_DISCONTINUITY packet */ in cs_etm__first_executed_instr()
1244 if (packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__first_executed_instr()
1253 /* Returns 0 for the CS_ETM_DISCONTINUITY packet */ in cs_etm__last_executed_instr()
1254 if (packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__last_executed_instr()
1404 * It's pointless to read instructions for the CS_ETM_DISCONTINUITY in cs_etm__copy_insn()
1407 if (packet->sample_type == CS_ETM_DISCONTINUITY) { in cs_etm__copy_insn()
1794 if (tidq->prev_packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__sample()
2198 if (prev_packet->sample_type == CS_ETM_DISCONTINUITY) in cs_etm__set_sample_flags()
2217 case CS_ETM_DISCONTINUITY: in cs_etm__set_sample_flags()
2380 case CS_ETM_DISCONTINUITY in cs_etm__process_traceid_queue()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c468 CS_ETM_DISCONTINUITY); in cs_etm_decoder__buffer_discontinuity()
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c508 CS_ETM_DISCONTINUITY); in cs_etm_decoder__buffer_discontinuity()

Completed in 9 milliseconds