Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dcs-etm.h178 u32 last_instr_type; member
Dcs-etm.c440 queue->packet_buffer[i].last_instr_type = 0; in cs_etm__clear_packet_queue()
2141 if (packet->last_instr_type == OCSD_INSTR_BR && in cs_etm__set_sample_flags()
2153 if (packet->last_instr_type == OCSD_INSTR_BR && in cs_etm__set_sample_flags()
2162 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
2172 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
2182 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
2188 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
/linux-6.6.21/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c417 packet_queue->packet_buffer[et].last_instr_type = 0; in cs_etm_decoder__buffer_packet()
467 packet->last_instr_type = elem->last_i_type; in cs_etm_decoder__buffer_range()
/linux-6.6.21/drivers/mtd/nand/raw/
Dpl35x-nand-controller.c670 int last_instr_type = -1; in pl35x_nand_exec_op() local
684 if (last_instr_type != NAND_OP_DATA_OUT_INSTR) in pl35x_nand_exec_op()
716 last_instr_type = instr->type; in pl35x_nand_exec_op()