Searched refs:profile_CortexA (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/opencsd/decoder/source/ |
| H A D | trc_core_arch_map.cpp | 47 { "Cortex-A73", { ARCH_V8, profile_CortexA } }, 48 { "Cortex-A72", { ARCH_V8, profile_CortexA } }, 50 { "Cortex-A57", { ARCH_V8, profile_CortexA } }, 52 { "Cortex-A53", { ARCH_V8, profile_CortexA } }, 53 { "Cortex-A35", { ARCH_V8, profile_CortexA } }, 58 { "Cortex-A9", { ARCH_V7, profile_CortexA } }, 59 { "Cortex-A8", { ARCH_V7, profile_CortexA } }, 60 { "Cortex-A7", { ARCH_V7, profile_CortexA } }, 61 { "Cortex-A5", { ARCH_V7, profile_CortexA } }, 143 ap.profile = profile_CortexA; in getPatternMatchCoreName() [all …]
|
| /freebsd-14.2/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_cmp_cfg_ptm.cpp | 41 m_cfg.core_prof = profile_CortexA; in PtmConfig()
|
| /freebsd-14.2/contrib/opencsd/decoder/source/etmv3/ |
| H A D | trc_cmp_cfg_etmv3.cpp | 42 m_cfg.core_prof = profile_CortexA; in EtmV3Config()
|
| /freebsd-14.2/contrib/opencsd/decoder/source/ete/ |
| H A D | trc_cmp_cfg_ete.cpp | 46 m_ete_cfg.core_prof = profile_CortexA; in ETEConfig()
|
| /freebsd-14.2/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_cmp_cfg_etmv4.cpp | 51 m_cfg.core_prof = profile_CortexA; in EtmV4Config()
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/ |
| H A D | ocsd_if_types.h | 294 profile_CortexA, /**< Cortex-A profile */ enumerator
|