Home
last modified time | relevance | path

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

/external/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);
195 inline const bool EtmV4Config::LSasInstP0() const in LSasInstP0()
200 inline const bool EtmV4Config::hasDataTrace() const in hasDataTrace()
205 inline const bool EtmV4Config::hasBranchBroadcast() const in hasBranchBroadcast()
210 inline const bool EtmV4Config::hasCondTrace() const in hasCondTrace()
215 inline const bool EtmV4Config::hasCycleCountI() const in hasCycleCountI()
[all …]
Dtrc_pkt_proc_etmv4i.h46 class EtmV4Config; variable
51 class TrcPktProcEtmV4I : public TrcPktProcBase< EtmV4ITrcPacket, ocsd_etmv4_i_pkt_type, EtmV4Config>
88 EtmV4Config m_config;
Dtrc_dcd_mngr_etmv4i.h19 EtmV4Config,
Dtrc_pkt_decode_etmv4i.h50 class TrcPktDecodeEtmV4I : public TrcPktDecodeBase<EtmV4ITrcPacket, EtmV4Config>
/external/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()
82 void EtmV4Config::CalcQSupp() in CalcQSupp()
96 void EtmV4Config::CalcVMIDSize() in CalcVMIDSize()
Dtrc_pkt_decode_etmv4i.cpp225 else if(m_config->enabledCondITrace() != EtmV4Config::COND_TR_DIS) in onProtocolConfig()
/external/OpenCSD/decoder/source/ete/
Dtrc_cmp_cfg_ete.cpp37 ETEConfig::ETEConfig() : EtmV4Config() in ETEConfig()
51 ETEConfig::ETEConfig(const ocsd_ete_cfg *cfg_regs) : EtmV4Config() in ETEConfig()
/external/OpenCSD/decoder/include/opencsd/ete/
Dtrc_dcd_mngr_ete.h45 EtmV4Config,
Dtrc_cmp_cfg_ete.h54 class ETEConfig : public EtmV4Config
/external/OpenCSD/decoder/tests/source/
Dmem_buff_demo.cpp191 EtmV4Config *pCfg = 0; in createETMv4StreamDecoder()
213 pCfg = new (std::nothrow) EtmV4Config(&trace_config); in createETMv4StreamDecoder()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dss_to_dcdtree.cpp283 EtmV4Config configObj(&config); in createETMv4Decoder()
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_main.md204 Configuration of an ETMv4 decoder requires initialisation of the EtmV4Config class, which is achiev…
238 EtmV4Config configObj(&config); // initialise decoder config class
276 | __ETMv4__ | @ref ocsd_etmv4_cfg | EtmV4Config | @ref OCSD_BUILTIN_DCD_ETMV4I |