Searched refs:setLastInstrInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/opencsd/decoder/include/common/ |
| D | trc_gen_elem.h | 77 …void setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, const ocsd_instr_subtype… 131 inline void OcsdTraceElement::setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, … in setLastInstrInfo() function
|
| /freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/ |
| D | trc_pkt_decode_etmv4i.cpp | 838 m_output_elem.setLastInstrInfo((atom == ATOM_E),m_instr_info.type, m_instr_info.sub_type); in processAtom() 852 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type); in processAtom() 974 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type); in processException() 988 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type); in processException()
|
| /freebsd-12-stable/contrib/opencsd/decoder/source/ptm/ |
| D | trc_pkt_decode_ptm.cpp | 579 m_output_elem.setLastInstrInfo((A == ATOM_E),m_instr_info.type, m_instr_info.sub_type); in processAtomRange() 597 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type); in processAtomRange()
|
| /freebsd-12-stable/contrib/opencsd/decoder/source/etmv3/ |
| D | trc_pkt_decode_etmv3.cpp | 599 pElem->setLastInstrInfo(atoms.getCurrAtomVal() == ATOM_E, in processPHdr()
|