Home
last modified time | relevance | path

Searched refs:getCoreProfile (Results 1 – 4 of 4) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_cmp_cfg_etmv3.h125 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/
Dss_to_dcdtree.cpp277 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/
Dss_to_dcdtree.h87 …bool getCoreProfile(const std::string &coreName, ocsd_arch_version_t &arch_ver, ocsd_core_profile_…
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_decode_etmv3.cpp187 arch_profile.profile = m_config->getCoreProfile(); in onProtocolConfig()
669 if(m_config->getCoreProfile() != profile_CortexM) in pendExceptionReturn()