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.h65 ocsd_arch_profile_t getArchProfile(const std::string &coreName);
69 std::map<std::string, ocsd_arch_profile_t> core_profiles;
70 std::map<std::string, ocsd_arch_profile_t> arch_profiles;
73 inline ocsd_arch_profile_t CoreArchProfileMap::getArchProfile(const std::string &coreName) in getArchProfile()
75 ocsd_arch_profile_t ap = { ARCH_UNKNOWN, profile_Unknown }; in getArchProfile()
78 std::map<std::string, ocsd_arch_profile_t>::const_iterator it; in getArchProfile()
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/include/opencsd/
Docsd_if_types.h300 } ocsd_arch_profile_t; typedef
384 ocsd_arch_profile_t pe_type; /**< input: Core Arch and profile */
/external/OpenCSD/decoder/source/
Dtrc_core_arch_map.cpp39 ocsd_arch_profile_t ap;
/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.cpp489 ocsd_arch_profile_t ap = m_arch_profiles.getArchProfile(coreName); in getCoreProfile()