Searched refs:EtmV4Config (Results 1 – 9 of 9) sorted by relevance
56 class EtmV4Config : public CSConfig // public ocsd_etmv4_cfg59 EtmV4Config(); /**< Default constructor */60 EtmV4Config(const ocsd_etmv4_cfg *cfg_regs); 61 ~EtmV4Config() {}; /**< Default destructor */ in ~EtmV4Config()66 EtmV4Config & operator=(const ocsd_etmv4_cfg *p_cfg);196 inline const bool EtmV4Config::LSasInstP0() const in LSasInstP0()201 inline const bool EtmV4Config::hasDataTrace() const in hasDataTrace()206 inline const bool EtmV4Config::hasBranchBroadcast() const in hasBranchBroadcast()211 inline const bool EtmV4Config::hasCondTrace() const in hasCondTrace()216 inline const bool EtmV4Config::hasCycleCountI() const in hasCycleCountI()[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()
225 else if(m_config->enabledCondITrace() != EtmV4Config::COND_TR_DIS) in onProtocolConfig()
37 ETEConfig::ETEConfig() : EtmV4Config() in ETEConfig()51 ETEConfig::ETEConfig(const ocsd_ete_cfg *cfg_regs) : EtmV4Config() in ETEConfig()
45 EtmV4Config,
54 class ETEConfig : public EtmV4Config