last_instr_type   368 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	packet_queue->packet_buffer[et].last_instr_type = 0;
last_instr_type   418 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	packet->last_instr_type = elem->last_i_type;
last_instr_type   206 tools/perf/util/cs-etm.c 		queue->packet_buffer[i].last_instr_type = 0;
last_instr_type  1740 tools/perf/util/cs-etm.c 		if (packet->last_instr_type == OCSD_INSTR_BR &&
last_instr_type  1752 tools/perf/util/cs-etm.c 		if (packet->last_instr_type == OCSD_INSTR_BR &&
last_instr_type  1761 tools/perf/util/cs-etm.c 		if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT &&
last_instr_type  1771 tools/perf/util/cs-etm.c 		if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT &&
last_instr_type  1781 tools/perf/util/cs-etm.c 		if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT &&
last_instr_type  1787 tools/perf/util/cs-etm.c 		if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT &&
last_instr_type   128 tools/perf/util/cs-etm.h 	u32 last_instr_type;