Searched refs:profile_CortexA (Results 1 – 9 of 9) sorted by relevance
/external/OpenCSD/decoder/source/ |
D | trc_core_arch_map.cpp | 44 { "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 …]
|
/external/OpenCSD/decoder/source/ptm/ |
D | trc_cmp_cfg_ptm.cpp | 41 m_cfg.core_prof = profile_CortexA; in PtmConfig()
|
/external/OpenCSD/decoder/source/etmv3/ |
D | trc_cmp_cfg_etmv3.cpp | 42 m_cfg.core_prof = profile_CortexA; in EtmV3Config()
|
/external/OpenCSD/decoder/source/ete/ |
D | trc_cmp_cfg_ete.cpp | 46 m_ete_cfg.core_prof = profile_CortexA; in ETEConfig()
|
/external/OpenCSD/decoder/source/etmv4/ |
D | trc_cmp_cfg_etmv4.cpp | 51 m_cfg.core_prof = profile_CortexA; in EtmV4Config()
|
/external/OpenCSD/decoder/tests/source/ |
D | c_api_pkt_print_test.c | 635 trace_config.core_prof = profile_CortexA; in create_decoder_etmv4() 670 trace_config_etmv3.core_prof = profile_CortexA; in create_decoder_etmv3() 695 trace_config_ptm.core_prof = profile_CortexA; in create_decoder_ptm()
|
D | mem_buff_demo.cpp | 199 trace_config.core_prof = profile_CortexA; in createETMv4StreamDecoder()
|
/external/OpenCSD/decoder/include/opencsd/ |
D | ocsd_if_types.h | 294 profile_CortexA, /**< Cortex-A profile */ enumerator
|
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/ |
D | ext_dcd_echo_test.c | 420 instr_info.pe_type.profile = profile_CortexA; in analyse_packet()
|