Home
last modified time | relevance | path

Searched refs:enaCycleAcc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_cmp_cfg_ptm.h97 const bool enaCycleAcc() const; //!< cycle accurate tracing enabled.
139 inline const bool PtmConfig::enaCycleAcc() const in enaCycleAcc() function
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp479 m_needCycleCount = (reason != 0) ? m_config->enaCycleAcc() : false; in pktISync()
696 if(!m_config->enaCycleAcc()) in pktAtom()
747 m_needCycleCount = m_config->enaCycleAcc(); in pktTimeStamp()
817 m_needCycleCount = m_config->enaCycleAcc(); // check if we have a cycle count in pktBranchAddr()