Home
last modified time | relevance | path

Searched refs:ToDebugString (Results 1 – 19 of 19) sorted by relevance

/developtools/hiperf/src/
Dreport.cpp52 HLOGD("ReportItem: %s", item.ToDebugString().c_str()); in AddReportItem()
65 HLOGV("add callframe %s", nextCallFrame.ToDebugString().c_str()); in AddReportItem()
84 HLOGV("%s", item.ToDebugString().c_str()); in AddReportItem()
112 HLOGV("%s 0x%" PRIx64 "", item.ToDebugString().c_str(), symbolTo.taskVaddr_); in AddReportItemBranch()
150 HLOGM("filter out %s", itemIt->ToDebugString().c_str()); in FilterDisplayRecords()
178 item.ToDebugString().c_str(), item.heat, item.eventCount_, config.eventCount_); in UpdateReportItemsAfterAdjust()
197 HLOGV("reportItem %s", reportItem.ToDebugString().c_str()); in AdjustReportItems()
210 HLOGV("reportItem %s", reportItem.ToDebugString().c_str()); in AdjustReportItems()
232 HLOGM("MultiLevelCompare %s vs %s sort order %s", a.ToDebugString().c_str(), in MultiLevelCompare()
233 b.ToDebugString().c_str(), VectorToString(option_.sortKeys_).c_str()); in MultiLevelCompare()
[all …]
Dvirtual_runtime.cpp487 HLOG_ASSERT_MESSAGE(!callFrame.funcName.empty(), "%s", symbol.ToDebugString().c_str()); in MakeCallFrame()
818 HLOGV("pc 0x%llx symbol %s", pc, symbol.ToDebugString().c_str()); in UpdateFromRecord()
854 HLOGV("pc 0x%llx symbol %s", pc, symbol.ToDebugString().c_str()); in SymbolSpeRecord()
1086 symbol.ToDebugString().c_str()); in GetSymbolCache()
1121 userSymbolCache_[symbol.fileVaddr_].ToDebugString().c_str()); in GetSymbol()
Dsymbols_file.cpp401 HLOGD("symbol %s", symbol.ToDebugString().c_str()); in UpdateSymbols()
/developtools/hdc/src/common/
Duart.cpp570 hSession->ToDebugString().c_str(), size); in UartSendToHdcStream()
581 head->ToDebugString().c_str(), *(data + sizeof(UartHead)), in UartSendToHdcStream()
678 head->ToDebugString().c_str(), outPkgs.size()); in RequestSendPackage()
681 head->ToDebugString().c_str(), pkgId.c_str()); in RequestSendPackage()
740 WRITE_LOG(LOG_DEBUG, "UartPackageManager: send pkg %s", it->ToDebugString().c_str()); in SendPkgInUARTOutMap()
748 it->ToDebugString().c_str()); in SendPkgInUARTOutMap()
762 it->ToDebugString().c_str(), (long long)elapsedTime.count()); in SendPkgInUARTOutMap()
768 it->ToDebugString().c_str()); in SendPkgInUARTOutMap()
830 WRITE_LOG(LOG_DEBUG, "%s %s", __FUNCTION__, head->ToDebugString().c_str()); in ValidateUartPacket()
939 WRITE_LOG(LOG_ALL, "SendUARTData =============> %s", head->ToDebugString().c_str()); in SendUARTData()
[all …]
Duart.h66 std::string ToDebugString() const in ToDebugString() function
296 std::string ToDebugString() in ToDebugString() function
Dsession.h35 std::string ToDebugString() in ToDebugString() function
Ddefine_plus.h251 std::string ToDebugString() in ToDebugString() function
Dsession.cpp499 WRITE_LOG(LOG_DEBUG, "FreeSessionByConnectType %s", hSession->ToDebugString().c_str()); in FreeSessionByConnectType()
/developtools/hiperf/include/
Dreport.h75 HLOGDUMMY("%*s%s", indent, "", callframe.ToDebugString().c_str());
89 HLOGV("%*s%s", indent, "", callframe.ToDebugString().c_str());
97 const std::string ToDebugString() const in ToDebugString() function
167 const std::string ToDebugString() const in ToDebugString() function
/developtools/hdc/src/host/
Dhost_uart.cpp429 hSession == nullptr ? "<null>" : hSession->ToDebugString().c_str(), connStatus); in EnumSerialPort()
628 WRITE_LOG(LOG_DEBUG, "%s FreeSession %s", __FUNCTION__, hSession->ToDebugString().c_str()); in EnumSerialPort()
656 WRITE_LOG(LOG_FATAL, "%s:%s", __FUNCTION__, session->ToDebugString().c_str()); in EnumSerialPort()
698 hSession->ToDebugString().c_str()); in EnumSerialPort()
Dserver.cpp498 WRITE_LOG(LOG_INFO, "handshake info is : %s", handshake.ToDebugString().c_str()); in UpdateHdiInfo()
791 WRITE_LOG(LOG_DEBUG, "%s query %s", __FUNCTION__, hSession->ToDebugString().c_str()); in UartPreConnect()
/developtools/hdc/test/unittest/common/
Duart_test.cpp695 std::string debugString = testPackage.ToDebugString();
700 debugString = testPackage.ToDebugString();
705 debugString = testPackage.ToDebugString();
711 debugString = testPackage.ToDebugString();
/developtools/hdc/hdc_rust/src/cffi/
Dserial_struct.h34 std::string ToDebugString() const in ToDebugString() function
/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp661 printf("%s\n", dummy100.callStacks_[0].ToDebugString().c_str());
662 printf("%s\n", dummy100.callStacks_[1].ToDebugString().c_str());
794 printf("reportItem %s\n", reportItem.ToDebugString().c_str());
Dsymbols_file_test.cpp111 printf("%s\n", symbols[i].ToDebugString().c_str()); in PrintSymbols()
116 printf("%s\n", symbols[symbols.size() - i].ToDebugString().c_str()); in PrintSymbols()
/developtools/hdc/src/daemon/
Ddaemon_uart.cpp192 WRITE_LOG(LOG_FATAL, "%s %s", __FUNCTION__, session->ToDebugString().c_str()); in OnTransferError()
Ddaemon.cpp746 handshake.ToDebugString().c_str()); in InitMod()
771 WRITE_LOG(LOG_DEBUG, "session %s try to handshake", hSession->ToDebugString().c_str()); in InitMod()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dsymbols_file_test.cpp142 printf("%s\n", symbols[i].ToDebugString().c_str()); in PrintSymbols()
147 printf("%s\n", symbols[symbols.size() - i].ToDebugString().c_str()); in PrintSymbols()
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp354 HLOGD("symbol %s", symbol.ToDebugString().c_str()); in UpdateSymbols()