Home
last modified time | relevance | path

Searched refs:EtmV3Config (Results 1 – 10 of 10) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_cmp_cfg_etmv3.h58 class EtmV3Config : public CSConfig
61 EtmV3Config(); /**< Default constructor */
62 EtmV3Config(const ocsd_etmv3_cfg *cfg_regs);
63 ~EtmV3Config() {}; /**< Default destructor */ in ~EtmV3Config()
82 EtmV3Config & operator=(const ocsd_etmv3_cfg *p_cfg);
135 inline EtmV3Config & EtmV3Config::operator=(const ocsd_etmv3_cfg *p_cfg)
141 inline const bool EtmV3Config::isCycleAcc() const in isCycleAcc()
147 inline const int EtmV3Config::MinorRev() const in MinorRev()
152 inline const bool EtmV3Config::isInstrTrace() const in isInstrTrace()
157 inline const bool EtmV3Config::isDataValTrace() const in isDataValTrace()
[all …]
Dtrc_pkt_proc_etmv3.h44 class EtmV3Config; variable
50 class TrcPktProcEtmV3 : public TrcPktProcBase< EtmV3TrcPacket, ocsd_etmv3_pkt_type, EtmV3Config>
Dtrc_dcd_mngr_etmv3.h45 EtmV3Config,
Dtrc_pkt_decode_etmv3.h207 class TrcPktDecodeEtmV3 : public TrcPktDecodeBase<EtmV3TrcPacket, EtmV3Config>
/external/OpenCSD/decoder/source/etmv3/
Dtrc_cmp_cfg_etmv3.cpp38 EtmV3Config::EtmV3Config() in EtmV3Config() function in EtmV3Config
48 EtmV3Config::EtmV3Config(const ocsd_etmv3_cfg *cfg_regs) in EtmV3Config() function in EtmV3Config
53 EtmV3Config::EtmTraceMode const EtmV3Config::GetTraceMode() const in GetTraceMode()
59 const int EtmV3Config::CtxtIDBytes() const in CtxtIDBytes()
Dtrc_pkt_proc_etmv3_impl.h54 ocsd_err_t Configure(const EtmV3Config *p_config);
140 EtmV3Config m_config;
Dtrc_pkt_decode_etmv3.cpp178 if(m_config->GetTraceMode() != EtmV3Config::TM_INSTR_ONLY) in onProtocolConfig()
Dtrc_pkt_proc_etmv3_impl.cpp47 ocsd_err_t EtmV3PktProcImpl::Configure(const EtmV3Config *p_config) in Configure()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dss_to_dcdtree.cpp320 EtmV3Config config(&cfg_regs); in createETMv3Decoder()
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_main.md276 | __ETMv3__ | @ref ocsd_etmv3_cfg | EtmV3Config | @ref OCSD_BUILTIN_DCD_ETMV3 |