| /developtools/hiperf/src/ |
| D | report.cpp | 51 HLOGD("ReportItem: %s", item.ToDebugString().c_str()); in AddReportItem() 64 HLOGV("add callframe %s", nextCallFrame.ToDebugString().c_str()); in AddReportItem() 83 HLOGV("%s", item.ToDebugString().c_str()); in AddReportItem() 110 HLOGV("%s 0x%" PRIx64 "", item.ToDebugString().c_str(), symbolTo.taskVaddr_); in AddReportItemBranch() 148 HLOGM("filter out %s", itemIt->ToDebugString().c_str()); in FilterDisplayRecords() 176 item.ToDebugString().c_str(), item.heat, item.eventCount_, config.eventCount_); in UpdateReportItemsAfterAdjust() 195 HLOGV("reportItem %s", reportItem.ToDebugString().c_str()); in AdjustReportItems() 208 HLOGV("reportItem %s", reportItem.ToDebugString().c_str()); in AdjustReportItems() 230 HLOGM("MultiLevelCompare %s vs %s sort order %s", a.ToDebugString().c_str(), in MultiLevelCompare() 231 b.ToDebugString().c_str(), VectorToString(option_.sortKeys_).c_str()); in MultiLevelCompare() [all …]
|
| D | virtual_runtime.cpp | 493 HLOG_ASSERT_MESSAGE(!callFrame.funcName.empty(), "%s", symbol.ToDebugString().c_str()); in MakeCallFrame() 867 HLOGV("pc 0x%llx symbol %s", pc, symbol.ToDebugString().c_str()); in UpdateFromRecord() 903 HLOGV("pc 0x%llx symbol %s", pc, symbol.ToDebugString().c_str()); in SymbolSpeRecord() 1135 symbol.ToDebugString().c_str()); in GetSymbolCache() 1171 userSymbolCache_[symbol.fileVaddr_].ToDebugString().c_str()); in GetSymbol()
|
| D | symbols_file.cpp | 404 HLOGD("symbol %s", symbol.ToDebugString().c_str()); in UpdateSymbols()
|
| /developtools/hdc/src/common/ |
| D | uart.cpp | 570 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 …]
|
| D | uart.h | 66 std::string ToDebugString() const in ToDebugString() function 296 std::string ToDebugString() in ToDebugString() function
|
| D | session.h | 36 std::string ToDebugString() in ToDebugString() function
|
| D | define_plus.h | 284 std::string ToDebugString() in ToDebugString() function
|
| D | session.cpp | 524 WRITE_LOG(LOG_INFO, "FreeSessionByConnectType %s", hSession->ToDebugString().c_str()); in FreeSessionByConnectType()
|
| /developtools/hiperf/include/ |
| D | report.h | 75 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 166 const std::string ToDebugString() const in ToDebugString() function
|
| /developtools/hdc/src/host/ |
| D | host_uart.cpp | 429 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()
|
| D | server.cpp | 536 WRITE_LOG(LOG_INFO, "handshake info is : %s", handshake.ToDebugString().c_str()); in UpdateHdiInfo() 952 WRITE_LOG(LOG_DEBUG, "%s query %s", __FUNCTION__, hSession->ToDebugString().c_str()); in UartPreConnect()
|
| /developtools/hdc/test/unittest/common/ |
| D | uart_test.cpp | 695 std::string debugString = testPackage.ToDebugString(); 700 debugString = testPackage.ToDebugString(); 705 debugString = testPackage.ToDebugString(); 711 debugString = testPackage.ToDebugString();
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | serial_struct.h | 34 std::string ToDebugString() const in ToDebugString() function
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_test.cpp | 676 printf("%s\n", dummy100.callStacks_[0].ToDebugString().c_str()); 677 printf("%s\n", dummy100.callStacks_[1].ToDebugString().c_str()); 809 printf("reportItem %s\n", reportItem.ToDebugString().c_str());
|
| D | symbols_file_test.cpp | 109 printf("%s\n", symbols[i].ToDebugString().c_str()); in PrintSymbols() 114 printf("%s\n", symbols[symbols.size() - i].ToDebugString().c_str()); in PrintSymbols()
|
| /developtools/hdc/src/daemon/ |
| D | daemon_uart.cpp | 192 WRITE_LOG(LOG_FATAL, "%s %s", __FUNCTION__, session->ToDebugString().c_str()); in OnTransferError()
|
| D | daemon.cpp | 793 handshake.ToDebugString().c_str()); in InitMod() 869 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/ |
| D | symbols_file_test.cpp | 143 printf("%s\n", symbols[i].ToDebugString().c_str()); in PrintSymbols() 148 printf("%s\n", symbols[symbols.size() - i].ToDebugString().c_str()); in PrintSymbols()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | symbols_file.cpp | 364 HLOGD("symbol %s", symbol.ToDebugString().c_str()); in UpdateSymbols()
|