Searched refs:getCoreProfile (Results 1 – 4 of 4) sorted by relevance
/external/OpenCSD/decoder/include/opencsd/etmv3/ |
D | trc_cmp_cfg_etmv3.h | 125 const ocsd_core_profile_t getCoreProfile() const; //!< core profile. 224 inline const ocsd_core_profile_t EtmV3Config::getCoreProfile() const in getCoreProfile() function
|
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/ |
D | ss_to_dcdtree.cpp | 277 configOK = getCoreProfile(coreName,config.arch_ver,config.core_prof); in createETMv4Decoder() 324 configOK = getCoreProfile(coreName, config.arch_ver, config.core_prof); in createETEDecoder() 368 configOK = getCoreProfile(coreName,cfg_regs.arch_ver,cfg_regs.core_prof); in createETMv3Decoder() 406 configOK = getCoreProfile(coreName,config.arch_ver,config.core_prof); in createPTMDecoder() 539 bool CreateDcdTreeFromSnapShot::getCoreProfile(const std::string &coreName, ocsd_arch_version_t &ar… in getCoreProfile() function in CreateDcdTreeFromSnapShot
|
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/ |
D | ss_to_dcdtree.h | 87 …bool getCoreProfile(const std::string &coreName, ocsd_arch_version_t &arch_ver, ocsd_core_profile_…
|
/external/OpenCSD/decoder/source/etmv3/ |
D | trc_pkt_decode_etmv3.cpp | 187 arch_profile.profile = m_config->getCoreProfile(); in onProtocolConfig() 669 if(m_config->getCoreProfile() != profile_CortexM) in pendExceptionReturn()
|