Searched refs:EtmV4Config (Results 1 – 6 of 6) sorted by relevance
59 EtmV4Config(); /**< Default constructor */61 ~EtmV4Config() {}; /**< Default destructor */ in ~EtmV4Config()228 inline const EtmV4Config::condType EtmV4Config::hasCondType() const in hasCondType()230 …return ((m_cfg.reg_idr0 & 0x3000) == 0x1000) ? EtmV4Config::COND_HAS_ASPR : EtmV4Config::COND_PASS… in hasCondType()233 inline const EtmV4Config::QSuppType EtmV4Config::getQSuppType() in getQSuppType()239 inline const bool EtmV4Config::hasQElem() in hasQElem()245 inline const bool EtmV4Config::hasQFilter() in hasQFilter()298 inline const uint32_t EtmV4Config::vmidSize() in vmidSize()328 inline const bool EtmV4Config::vmidOpt() const in vmidOpt()402 inline const EtmV4Config::LSP0_t EtmV4Config::LSP0Type() const in LSP0Type()[all …]
46 class EtmV4Config; variable51 class TrcPktProcEtmV4I : public TrcPktProcBase< EtmV4ITrcPacket, ocsd_etmv4_i_pkt_type, EtmV4Config>88 EtmV4Config m_config;
19 EtmV4Config,
50 class TrcPktDecodeEtmV4I : public TrcPktDecodeBase<EtmV4ITrcPacket, EtmV4Config>
37 EtmV4Config::EtmV4Config() in EtmV4Config() function in EtmV4Config56 EtmV4Config::EtmV4Config(const ocsd_etmv4_cfg *cfg_regs) in EtmV4Config() function in EtmV4Config62 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()
216 else if(m_config->enabledCondITrace() != EtmV4Config::COND_TR_DIS) in onProtocolConfig()