Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dcs-etm.h179 u32 last_instr_subtype; member
Dcs-etm.c441 queue->packet_buffer[i].last_instr_subtype = 0; in cs_etm__clear_packet_queue()
2142 packet->last_instr_subtype == OCSD_S_INSTR_NONE) { in cs_etm__set_sample_flags()
2154 packet->last_instr_subtype == OCSD_S_INSTR_BR_LINK) in cs_etm__set_sample_flags()
2163 packet->last_instr_subtype == OCSD_S_INSTR_BR_LINK) in cs_etm__set_sample_flags()
2173 packet->last_instr_subtype == OCSD_S_INSTR_V7_IMPLIED_RET) in cs_etm__set_sample_flags()
2183 packet->last_instr_subtype == OCSD_S_INSTR_NONE) in cs_etm__set_sample_flags()
2189 packet->last_instr_subtype == OCSD_S_INSTR_V8_RET) in cs_etm__set_sample_flags()
/linux-6.6.21/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c418 packet_queue->packet_buffer[et].last_instr_subtype = 0; in cs_etm_decoder__buffer_packet()
468 packet->last_instr_subtype = elem->last_i_subtype; in cs_etm_decoder__buffer_range()