Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
Dtrc_cmp_cfg_etmv4.h56 class EtmV4Config : public CSConfig // public ocsd_etmv4_cfg
59 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);
187 inline const bool EtmV4Config::LSasInstP0() const in LSasInstP0()
192 inline const bool EtmV4Config::hasDataTrace() const in hasDataTrace()
197 inline const bool EtmV4Config::hasBranchBroadcast() const in hasBranchBroadcast()
202 inline const bool EtmV4Config::hasCondTrace() const in hasCondTrace()
207 inline const bool EtmV4Config::hasCycleCountI() const in hasCycleCountI()
[all …]
Dtrc_pkt_proc_etmv4.h46 class EtmV4Config; variable
51 …ass TrcPktProcEtmV4I : public TrcPktProcBase< EtmV4ITrcPacket, ocsd_etmv4_i_pkt_type, EtmV4Config>
76 …ass TrcPktProcEtmV4D : public TrcPktProcBase< EtmV4DTrcPacket, ocsd_etmv4_d_pkt_type, EtmV4Config>
Dtrc_dcd_mngr_etmv4i.h19 EtmV4Config,
Dtrc_pkt_decode_etmv4i.h49 class TrcPktDecodeEtmV4I : public TrcPktDecodeBase<EtmV4ITrcPacket, EtmV4Config>
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/
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()
80 void EtmV4Config::CalcQSupp() in CalcQSupp()
94 void EtmV4Config::CalcVMIDSize() in CalcVMIDSize()
Dtrc_pkt_proc_etmv4d_impl.h49 ocsd_err_t Configure(const EtmV4Config *p_config);
65 EtmV4Config m_config;
Dtrc_pkt_proc_etmv4i_impl.h50 ocsd_err_t Configure(const EtmV4Config *p_config);
81 EtmV4Config m_config;
Dtrc_pkt_decode_etmv4i.cpp185 else if(m_config->enabledCondITrace() != EtmV4Config::COND_TR_DIS) in onProtocolConfig()
Dtrc_pkt_proc_etmv4i_impl.cpp59 ocsd_err_t EtmV4IPktProcImpl::Configure(const EtmV4Config *p_config) in Configure()