Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/opencsd/decoder/include/common/
Dtrc_gen_elem.h77 …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/
Dtrc_pkt_decode_etmv4i.cpp838 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/
Dtrc_pkt_decode_ptm.cpp579 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/
Dtrc_pkt_decode_etmv3.cpp599 pElem->setLastInstrInfo(atoms.getCurrAtomVal() == ATOM_E, in processPHdr()