Searched refs:last_instr_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dcs-etm.h178 u32 last_instr_type; member in struct:cs_etm_packet
H A Dcs-etm.c449 queue->packet_buffer[i].last_instr_type = 0;
2165 if (packet->last_instr_type == OCSD_INSTR_BR &&
2177 if (packet->last_instr_type == OCSD_INSTR_BR &&
2186 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT &&
2196 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT &&
2206 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT &&
2212 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT &&
/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c417 packet_queue->packet_buffer[et].last_instr_type = 0;
467 packet->last_instr_type = elem->last_i_type;
/linux-master/drivers/mtd/nand/raw/
H A Dpl35x-nand-controller.c670 int last_instr_type = -1; local
684 if (last_instr_type != NAND_OP_DATA_OUT_INSTR)
716 last_instr_type = instr->type;

Completed in 122 milliseconds