Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcs-etm.h155 u32 last_instr_type; member
Dcs-etm.c246 queue->packet_buffer[i].last_instr_type = 0; in cs_etm__clear_packet_queue()
1853 if (packet->last_instr_type == OCSD_INSTR_BR && in cs_etm__set_sample_flags()
1865 if (packet->last_instr_type == OCSD_INSTR_BR && in cs_etm__set_sample_flags()
1874 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
1884 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
1894 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
1900 if (packet->last_instr_type == OCSD_INSTR_BR_INDIRECT && in cs_etm__set_sample_flags()
/linux-6.1.9/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c377 packet_queue->packet_buffer[et].last_instr_type = 0; in cs_etm_decoder__buffer_packet()
427 packet->last_instr_type = elem->last_i_type; in cs_etm_decoder__buffer_range()
/linux-6.1.9/drivers/mtd/nand/raw/
Dpl35x-nand-controller.c663 int last_instr_type = -1; in pl35x_nand_exec_op() local
677 if (last_instr_type != NAND_OP_DATA_OUT_INSTR) in pl35x_nand_exec_op()
709 last_instr_type = instr->type; in pl35x_nand_exec_op()