Home
last modified time | relevance | path

Searched refs:hasAttachedAndEnabled (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_proc_base.h291 if(m_pkt_out_i.hasAttachedAndEnabled()) in Reset()
299 if(m_pkt_raw_mon_i.hasAttachedAndEnabled()) in Reset()
311 if(m_pkt_out_i.hasAttachedAndEnabled()) in Flush()
326 if(m_pkt_out_i.hasAttachedAndEnabled() && !OCSD_DATA_RESP_IS_FATAL(resp)) in EOT()
330 if(m_pkt_raw_mon_i.hasAttachedAndEnabled()) in EOT()
345 if(m_pkt_out_i.hasAttachedAndEnabled()) in outputDecodedPacket()
365 if(m_pkt_raw_mon_i.hasAttachedAndEnabled()) in outputRawPacketToMonitor()
371 return m_pkt_raw_mon_i.hasAttachedAndEnabled(); in hasRawMon()
377 if(m_pkt_indexer_i.hasAttachedAndEnabled()) in indexPacket()
H A Dtrc_pkt_decode_base.h146 else if(!m_trace_elem_out.hasAttachedAndEnabled()) in checkInit()
148 else if(m_uses_memaccess && !m_mem_access.hasAttachedAndEnabled()) in checkInit()
150 else if(m_uses_idecode && !m_instr_decode.hasAttachedAndEnabled()) in checkInit()
H A Dcomp_attach_pt_t.h142 const bool hasAttachedAndEnabled() const { return m_hasAttached && m_enabled; }; in hasAttachedAndEnabled() function
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_code_follower.cpp81 initDone = (m_pMemAccess->hasAttachedAndEnabled() && m_pIDecode->hasAttachedAndEnabled()); in initFollowerState()
H A Docsd_gen_elem_list.cpp101 if(!m_sendIf->hasAttachedAndEnabled()) in sendElements()