Home
last modified time | relevance | path

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

/freebsd/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…
138 inline void OcsdTraceElement::setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, … in setLastInstrInfo() argument
142 this->last_i_type = last_i_type; in setLastInstrInfo()
171 last_i_type = OCSD_INSTR_OTHER; in init()
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp139 if((int)last_i_type < T_SIZE) in toString()
140 oss << instr_type[last_i_type]; in toString()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h121 ocsd_instr_type last_i_type; /**< Last instruction type if instruction execution range */ member
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp649 m_output_elem.last_i_type = m_instr_info.type; in traceInstrToWP()