Searched refs:debug_info (Results 1 – 3 of 3) sorted by relevance
69 std::string debug_info; in DumpDebugInfo() local70 allocator_->dumpDebugInfo([&debug_info](const auto& tmp_debug_info) { in DumpDebugInfo()71 debug_info = tmp_debug_info.c_str(); in DumpDebugInfo()74 return debug_info; in DumpDebugInfo()
131 ErrorCode GetDebugInfo(DebugInfo* debug_info);
2205 dhd_get_debug_info(void *dhd, hndrte_debug_t *debug_info) in dhd_get_debug_info() argument2254 memcpy((char *) debug_info, buffer, sizeof(hndrte_debug_t)); in dhd_get_debug_info()2257 if ((debug_info->magic != HNDRTE_DEBUG_MAGIC) || in dhd_get_debug_info()2258 (debug_info->version != HNDRTE_DEBUG_VERSION)) { in dhd_get_debug_info()