Home
last modified time | relevance | path

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

/freebsd-src/contrib/opencsd/decoder/include/opencsd/etmv3/
H A 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 …]
H A Dtrc_pkt_proc_etmv3.h44 class EtmV3Config; variable
50 class TrcPktProcEtmV3 : public TrcPktProcBase< EtmV3TrcPacket, ocsd_etmv3_pkt_type, EtmV3Config>
H A Dtrc_dcd_mngr_etmv3.h45 EtmV3Config,
H A Dtrc_pkt_decode_etmv3.h207 class TrcPktDecodeEtmV3 : public TrcPktDecodeBase<EtmV3TrcPacket, EtmV3Config>
/freebsd-src/contrib/opencsd/decoder/source/etmv3/
H A 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()
H A Dtrc_pkt_proc_etmv3_impl.h54 ocsd_err_t Configure(const EtmV3Config *p_config);
140 EtmV3Config m_config;
H A Dtrc_pkt_decode_etmv3.cpp178 if(m_config->GetTraceMode() != EtmV3Config::TM_INSTR_ONLY) in onProtocolConfig()
H A Dtrc_pkt_proc_etmv3_impl.cpp47 ocsd_err_t EtmV3PktProcImpl::Configure(const EtmV3Config *p_config) in Configure()