Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dcs-etm.h178 u32 last_instr_type; member
Dcs-etm.c575 queue->packet_buffer[i].last_instr_type = 0; in cs_etm__clear_packet_queue()
2219 if (packet->last_instr_type == OCSD_INSTR_BR && in cs_etm__set_sample_flags()
2231 if (packet->last_instr_type == OCSD_INSTR_BR && in cs_etm__set_sample_flags()
2240 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
2250 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
2260 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
2266 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
/linux-6.12.1/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c418 packet_queue->packet_buffer[et].last_instr_type = 0; in cs_etm_decoder__buffer_packet()
468 packet->last_instr_type = elem->last_i_type; in cs_etm_decoder__buffer_range()
/linux-6.12.1/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()