Searched refs:DecodeTree (Results 1 – 3 of 3) sorted by relevance
41 ITraceErrorLog *DecodeTree::s_i_error_logger = &DecodeTree::s_error_logger; 42 std::list<DecodeTree *> DecodeTree::s_trace_dcd_trees; /**< list of pointers to decode tree object…46 DecodeTree *DecodeTree::CreateDecodeTree(const ocsd_dcd_tree_src_t src_type, uint32_t formatterCfgF… in CreateDecodeTree()48 DecodeTree *dcd_tree = new (std::nothrow) DecodeTree(); in CreateDecodeTree()64 void DecodeTree::DestroyDecodeTree(DecodeTree *p_dcd_tree) in DestroyDecodeTree()66 std::list<DecodeTree *>::iterator it; in DestroyDecodeTree()92 DecodeTree::DecodeTree() : in DecodeTree() function in DecodeTree113 DecodeTree::~DecodeTree() in ~DecodeTree()210 void DecodeTree::destroyMemAccMapper() in destroyMemAccMapper()221 void DecodeTree::logMappedRanges() in logMappedRanges()[all …]
136 DecodeTree::DestroyDecodeTree((DecodeTree *)handle); in ocsd_destroy_dcd_tree()165 DecodeTree *dt = (DecodeTree *)handle; in ocsd_dt_create_decoder()197 DecodeTree *pDT = static_cast<DecodeTree *>(handle); in ocsd_dt_attach_packet_callback()241 DecodeTree *pDT = static_cast<DecodeTree *>(handle); in ocsd_dt_get_decode_stats()249 DecodeTree *pDT = static_cast<DecodeTree *>(handle); in ocsd_dt_reset_decode_stats()386 DecodeTree *pDT; in ocsd_dt_add_binfile_mem_acc()396 DecodeTree *pDT; in ocsd_dt_add_binfile_region_mem_acc()406 DecodeTree *pDT; in ocsd_dt_add_buffer_mem_acc()440 DecodeTree *pDT = static_cast<DecodeTree *>(handle); in ocsd_dt_remove_mem_acc()452 DecodeTree *pDT = static_cast<DecodeTree *>(handle); in ocsd_tl_log_mapped_mem_ranges()[all …]
61 class DecodeTree : public ITrcDataIn66 DecodeTree(); //!< default constructor67 ~DecodeTree(); //!< default destructor78 …static DecodeTree *CreateDecodeTree(const ocsd_dcd_tree_src_t src_type, const uint32_t formatterCf…81 static void DestroyDecodeTree(DecodeTree *p_dcd_tree);437 static std::list<DecodeTree *> s_trace_dcd_trees;