Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.h179 u32 last_instr_subtype; member
H A Dcs-etm.c583 queue->packet_buffer[i].last_instr_subtype = 0; in cs_etm__clear_packet_queue()
2229 packet->last_instr_subtype == OCSD_S_INSTR_NONE) { in cs_etm__set_sample_flags()
2241 packet->last_instr_subtype == OCSD_S_INSTR_BR_LINK) in cs_etm__set_sample_flags()
2250 packet->last_instr_subtype == OCSD_S_INSTR_BR_LINK) in cs_etm__set_sample_flags()
2260 packet->last_instr_subtype == OCSD_S_INSTR_V7_IMPLIED_RET) in cs_etm__set_sample_flags()
2270 packet->last_instr_subtype == OCSD_S_INSTR_NONE) in cs_etm__set_sample_flags()
2276 packet->last_instr_subtype == OCSD_S_INSTR_V8_RET) in cs_etm__set_sample_flags()
/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c419 packet_queue->packet_buffer[et].last_instr_subtype = 0; in cs_etm_decoder__buffer_packet()
469 packet->last_instr_subtype = elem->last_i_subtype; in cs_etm_decoder__buffer_range()