| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
| D | report.cpp | 51 HLOGV("%s", item.ToDebugString().c_str()); in AddReportItem() 64 HLOGV("add callframe %s", nextCallFrame.ToDebugString().c_str()); in AddReportItem() 77 item.ToDebugString().c_str(); in AddReportItem() 78 HLOGV("%s", item.ToDebugString().c_str()); in AddReportItem() 105 HLOGV("%s 0x%" PRIx64 "", item.ToDebugString().c_str(), symbol_to.taskVaddr_); in AddReportItemBranch() 143 HLOGM("filter out %s", itemIt->ToDebugString().c_str()); in FilterDisplayRecords() 173 item.ToDebugString().c_str(), item.heat, item.eventCount_, config.eventCount_); in UpdateReportItemsAfterAdjust() 193 HLOGV("reportItem %s", reportItem.ToDebugString().c_str()); in AdjustReportItems() 206 HLOGV("reportItem %s", reportItem.ToDebugString().c_str()); in AdjustReportItems() 229 HLOGM("MultiLevelCompare %s vs %s sort order %s", a.ToDebugString().c_str(), in MultiLevelCompare() [all …]
|
| D | virtual_runtime.cpp | 303 HLOG_ASSERT_MESSAGE(!callFrame.symbolName_.empty(), "%s", symbol.ToDebugString().c_str()); in MakeCallFrame() 569 foundSymbol.ToDebugString().c_str()); in GetSymbolCache() 594 threadSymbolCache_[tid][ip].ToDebugString().c_str()); in GetSymbol()
|
| /developtools/hiperf/src/ |
| D | report.cpp | 50 HLOGV("%s", item.ToDebugString().c_str()); in AddReportItem() 63 HLOGV("add callframe %s", nextCallFrame.ToDebugString().c_str()); in AddReportItem() 76 HLOGV("%s", item.ToDebugString().c_str()); in AddReportItem() 103 HLOGV("%s 0x%" PRIx64 "", item.ToDebugString().c_str(), symbol_to.taskVaddr_); in AddReportItemBranch() 139 HLOGM("filter out %s", itemIt->ToDebugString().c_str()); in FilterDisplayRecords() 167 item.ToDebugString().c_str(), item.heat, item.eventCount_, config.eventCount_); in UpdateReportItemsAfterAdjust() 186 HLOGV("reportItem %s", reportItem.ToDebugString().c_str()); in AdjustReportItems() 197 HLOGV("reportItem %s", reportItem.ToDebugString().c_str()); in AdjustReportItems() 219 HLOGM("MultiLevelCompare %s vs %s sort order %s", a.ToDebugString().c_str(), in MultiLevelCompare() 220 b.ToDebugString().c_str(), VectorToString(option_.sortKeys_).c_str()); in MultiLevelCompare() [all …]
|
| D | virtual_runtime.cpp | 308 HLOG_ASSERT_MESSAGE(!callFrame.symbolName_.empty(), "%s", symbol.ToDebugString().c_str()); in MakeCallFrame() 576 foundSymbol.ToDebugString().c_str()); in GetSymbolCache() 601 threadSymbolCache_[tid][ip].ToDebugString().c_str()); in GetSymbol()
|
| /developtools/hdc/src/common/ |
| D | uart.cpp | 563 hSession->ToDebugString().c_str(), size); in UartSendToHdcStream() 574 head->ToDebugString().c_str(), *(data + sizeof(UartHead)), in UartSendToHdcStream() 671 head->ToDebugString().c_str(), outPkgs.size()); in RequestSendPackage() 674 head->ToDebugString().c_str(), pkgId.c_str()); in RequestSendPackage() 733 WRITE_LOG(LOG_DEBUG, "UartPackageManager: send pkg %s", it->ToDebugString().c_str()); in SendPkgInUARTOutMap() 741 it->ToDebugString().c_str()); in SendPkgInUARTOutMap() 755 it->ToDebugString().c_str(), (long long)elapsedTime.count()); in SendPkgInUARTOutMap() 761 it->ToDebugString().c_str()); in SendPkgInUARTOutMap() 823 WRITE_LOG(LOG_DEBUG, "%s %s", __FUNCTION__, head->ToDebugString().c_str()); in ValidateUartPacket() 932 WRITE_LOG(LOG_ALL, "SendUARTData =============> %s", head->ToDebugString().c_str()); in SendUARTData() [all …]
|
| D | uart.h | 66 std::string ToDebugString() const in ToDebugString() function 295 std::string ToDebugString() in ToDebugString() function
|
| D | session.h | 34 std::string ToDebugString() in ToDebugString() function
|
| D | define_plus.h | 395 std::string ToDebugString() in ToDebugString() function
|
| D | session.cpp | 465 WRITE_LOG(LOG_DEBUG, "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 167 const std::string ToDebugString() const in ToDebugString() function
|
| D | symbols_file.h | 170 std::string ToDebugString() const in ToDebugString() function
|
| /developtools/hdc/src/host/ |
| D | host_uart.cpp | 422 hSession == nullptr ? "<null>" : hSession->ToDebugString().c_str(), connStatus); in EnumSerialPort() 616 WRITE_LOG(LOG_DEBUG, "%s FreeSession %s", __FUNCTION__, hSession->ToDebugString().c_str()); in EnumSerialPort() 644 WRITE_LOG(LOG_FATAL, "%s:%s", __FUNCTION__, session->ToDebugString().c_str()); in EnumSerialPort() 686 hSession->ToDebugString().c_str()); in EnumSerialPort()
|
| D | server.cpp | 755 WRITE_LOG(LOG_DEBUG, "%s query %s", __FUNCTION__, hSession->ToDebugString().c_str()); in UartPreConnect()
|
| /developtools/hdc/src/daemon/ |
| D | daemon.cpp | 255 WRITE_LOG(LOG_DEBUG, "session %s try to handshake", hSession->ToDebugString().c_str()); in DaemonSessionHandshake() 272 handshake.ToDebugString().c_str()); in DaemonSessionHandshake()
|
| D | daemon_uart.cpp | 192 WRITE_LOG(LOG_FATAL, "%s %s", __FUNCTION__, session->ToDebugString().c_str()); in OnTransferError()
|
| /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/hiperf/test/unittest/common/native/ |
| D | report_test.cpp | 665 printf("%s\n", dummy100.callStacks_[0].ToDebugString().c_str()); 666 printf("%s\n", dummy100.callStacks_[1].ToDebugString().c_str()); 798 printf("reportItem %s\n", reportItem.ToDebugString().c_str());
|
| D | symbols_file_test.cpp | 111 printf("%s\n", symbols[i].ToDebugString().c_str()); in PrintSymbols() 116 printf("%s\n", symbols[symbols.size() - i].ToDebugString().c_str()); in PrintSymbols()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | symbols_file.h | 170 std::string ToDebugString() const in ToDebugString() function
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | symbols_file_test.cpp | 139 printf("%s\n", symbols[i].ToDebugString().c_str()); in PrintSymbols() 144 printf("%s\n", symbols[symbols.size() - i].ToDebugString().c_str()); in PrintSymbols()
|