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

/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h77 void setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, const ocsd_instr_subtype last_i_subtype);
131 inline void OcsdTraceElement::setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, const ocsd_instr_subtype last_i_subtype) argument
134 this->last_i_type = last_i_type;
163 last_i_type = OCSD_INSTR_OTHER;
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h86 ocsd_instr_type last_i_type; /**< Last instruction type if instruction execution range */ member in struct:_ocsd_generic_trace_elem
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp110 if((int)last_i_type < T_SIZE)
111 oss << instr_type[last_i_type];
/freebsd-12-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp638 m_output_elem.last_i_type = m_instr_info.type;

Completed in 117 milliseconds