last_instr_subtype  369 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	packet_queue->packet_buffer[et].last_instr_subtype = 0;
last_instr_subtype  419 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	packet->last_instr_subtype = elem->last_i_subtype;
last_instr_subtype  207 tools/perf/util/cs-etm.c 		queue->packet_buffer[i].last_instr_subtype = 0;
last_instr_subtype 1741 tools/perf/util/cs-etm.c 		    packet->last_instr_subtype == OCSD_S_INSTR_NONE) {
last_instr_subtype 1753 tools/perf/util/cs-etm.c 		    packet->last_instr_subtype == OCSD_S_INSTR_BR_LINK)
last_instr_subtype 1762 tools/perf/util/cs-etm.c 		    packet->last_instr_subtype == OCSD_S_INSTR_BR_LINK)
last_instr_subtype 1772 tools/perf/util/cs-etm.c 		    packet->last_instr_subtype == OCSD_S_INSTR_V7_IMPLIED_RET)
last_instr_subtype 1782 tools/perf/util/cs-etm.c 		    packet->last_instr_subtype == OCSD_S_INSTR_NONE)
last_instr_subtype 1788 tools/perf/util/cs-etm.c 		    packet->last_instr_subtype == OCSD_S_INSTR_V8_RET)
last_instr_subtype  129 tools/perf/util/cs-etm.h 	u32 last_instr_subtype;