Home
last modified time | relevance | path

Searched refs:EtmV4Config (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_cmp_cfg_etmv4.h59 EtmV4Config(); /**< Default constructor */
61 ~EtmV4Config() {}; /**< Default destructor */ in ~EtmV4Config()
231 inline const EtmV4Config::condType EtmV4Config::hasCondType() const in hasCondType()
233 …return ((m_cfg.reg_idr0 & 0x3000) == 0x1000) ? EtmV4Config::COND_HAS_ASPR : EtmV4Config::COND_PASS… in hasCondType()
236 inline const EtmV4Config::QSuppType EtmV4Config::getQSuppType() in getQSuppType()
242 inline const bool EtmV4Config::hasQElem() in hasQElem()
248 inline const bool EtmV4Config::hasQFilter() in hasQFilter()
311 inline const uint32_t EtmV4Config::vmidSize() in vmidSize()
341 inline const bool EtmV4Config::vmidOpt() const in vmidOpt()
415 inline const EtmV4Config::LSP0_t EtmV4Config::LSP0Type() const in LSP0Type()
[all …]
H A Dtrc_pkt_proc_etmv4i.h46 class EtmV4Config; variable
51 class TrcPktProcEtmV4I : public TrcPktProcBase< EtmV4ITrcPacket, ocsd_etmv4_i_pkt_type, EtmV4Config>
88 EtmV4Config m_config;
H A Dtrc_dcd_mngr_etmv4i.h19 EtmV4Config,
H A Dtrc_pkt_decode_etmv4i.h50 class TrcPktDecodeEtmV4I : public TrcPktDecodeBase<EtmV4ITrcPacket, EtmV4Config>
/freebsd-14.2/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_cmp_cfg_etmv4.cpp37 EtmV4Config::EtmV4Config() in EtmV4Config() function in EtmV4Config
56 EtmV4Config::EtmV4Config(const ocsd_etmv4_cfg *cfg_regs) in EtmV4Config() function in EtmV4Config
62 EtmV4Config & EtmV4Config::operator=(const ocsd_etmv4_cfg *p_cfg) in operator =()
69 void EtmV4Config::PrivateInit() in PrivateInit()
82 void EtmV4Config::CalcQSupp() in CalcQSupp()
96 void EtmV4Config::CalcVMIDSize() in CalcVMIDSize()
H A Dtrc_pkt_decode_etmv4i.cpp225 else if(m_config->enabledCondITrace() != EtmV4Config::COND_TR_DIS) in onProtocolConfig()
/freebsd-14.2/contrib/opencsd/decoder/source/ete/
H A Dtrc_cmp_cfg_ete.cpp37 ETEConfig::ETEConfig() : EtmV4Config() in ETEConfig()
51 ETEConfig::ETEConfig(const ocsd_ete_cfg *cfg_regs) : EtmV4Config() in ETEConfig()
/freebsd-14.2/contrib/opencsd/decoder/include/opencsd/ete/
H A Dtrc_dcd_mngr_ete.h45 EtmV4Config,
H A Dtrc_cmp_cfg_ete.h54 class ETEConfig : public EtmV4Config