Home
last modified time | relevance | path

Searched refs:getArchVersion (Results 1 – 2 of 2) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_cmp_cfg_etmv3.h124 const ocsd_arch_version_t getArchVersion() const; //!< architecture version
219 inline const ocsd_arch_version_t EtmV3Config::getArchVersion() const in getArchVersion() function
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_decode_etmv3.cpp186 arch_profile.arch = m_config->getArchVersion(); in onProtocolConfig()