Home
last modified time | relevance | path

Searched refs:ocsd_arch_profile_t (Results 1 – 6 of 6) sorted by relevance

/external/OpenCSD/decoder/include/common/
Dtrc_core_arch_map.h66 ocsd_arch_profile_t getArchProfile(const std::string &coreName);
69 ocsd_arch_profile_t getPatternMatchCoreName(const std::string &coreName);
71 std::map<std::string, ocsd_arch_profile_t> core_profiles;
72 std::map<std::string, ocsd_arch_profile_t> arch_profiles;
Docsd_code_follower.h63 void setArchProfile(const ocsd_arch_profile_t profile); //!< core profile
134 inline void OcsdCodeFollower::setArchProfile(const ocsd_arch_profile_t profile) in setArchProfile()
/external/OpenCSD/decoder/source/
Dtrc_core_arch_map.cpp39 ocsd_arch_profile_t ap;
84 ocsd_arch_profile_t CoreArchProfileMap::getArchProfile(const std::string &coreName) in getArchProfile()
86 ocsd_arch_profile_t ap = { ARCH_UNKNOWN, profile_Unknown }; in getArchProfile()
89 std::map<std::string, ocsd_arch_profile_t>::const_iterator it; in getArchProfile()
105 ocsd_arch_profile_t CoreArchProfileMap::getPatternMatchCoreName(const std::string &coreName) in getPatternMatchCoreName()
107 ocsd_arch_profile_t ap = { ARCH_UNKNOWN, profile_Unknown }; in getPatternMatchCoreName()
/external/OpenCSD/decoder/include/opencsd/
Docsd_if_types.h302 } ocsd_arch_profile_t; typedef
387 ocsd_arch_profile_t pe_type; /**< input: Core Arch and profile */
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_decode_etmv3.cpp185 ocsd_arch_profile_t arch_profile; in onProtocolConfig()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dss_to_dcdtree.cpp542 ocsd_arch_profile_t ap = m_arch_profiles.getArchProfile(coreName); in getCoreProfile()