Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_core_arch_map.cpp44 { "Cortex-A77", { ARCH_V8r3, profile_CortexA } },
45 { "Cortex-A76", { ARCH_V8r3, profile_CortexA } },
46 { "Cortex-A75", { ARCH_V8r3, profile_CortexA } },
47 { "Cortex-A73", { ARCH_V8, profile_CortexA } },
48 { "Cortex-A72", { ARCH_V8, profile_CortexA } },
49 { "Cortex-A65", { ARCH_V8r3, profile_CortexA } },
50 { "Cortex-A57", { ARCH_V8, profile_CortexA } },
51 { "Cortex-A55", { ARCH_V8r3, profile_CortexA } },
52 { "Cortex-A53", { ARCH_V8, profile_CortexA } },
53 { "Cortex-A35", { ARCH_V8, profile_CortexA } },
[all …]
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_cmp_cfg_ptm.cpp41 m_cfg.core_prof = profile_CortexA; in PtmConfig()
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_cmp_cfg_etmv3.cpp42 m_cfg.core_prof = profile_CortexA; in EtmV3Config()
/freebsd/contrib/opencsd/decoder/source/ete/
H A Dtrc_cmp_cfg_ete.cpp46 m_ete_cfg.core_prof = profile_CortexA; in ETEConfig()
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_cmp_cfg_etmv4.cpp51 m_cfg.core_prof = profile_CortexA; in EtmV4Config()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h294 profile_CortexA, /**< Cortex-A profile */ enumerator