/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
D | demo_table_base.cpp | 64 … TS_LOGD("xCreate table %s, statement: %s", demoTable->name_.c_str(), demoCreateStmt.c_str()); in DemoTableRegister() 75 TS_LOGD("xDestroy table %s", static_cast<DemoTableBase *>(t)->name_.c_str()); in DemoTableRegister() 91 TS_LOGD("xOpen: %s", static_cast<DemoTableBase *>(pVTab)->name_.c_str()); in SetModuleCallbacks() 96 TS_LOGD("xClose: %s", static_cast<Cursor *>(vc)->demoTable_->name_.c_str()); in SetModuleCallbacks() 102 …TS_LOGD("xBestIndex: %s %d", static_cast<DemoTableBase *>(pVTab)->name_.c_str(), idxInfo->nConstra… in SetModuleCallbacks() 110 …TS_LOGD("xFilter %s: [%d]%s", static_cast<Cursor *>(vc)->demoTable_->name_.c_str(), idxNum, idxStr… in SetModuleCallbacks() 127 TS_LOGD("xUpdate: %s", static_cast<DemoTableBase *>(pVTab)->name_.c_str()); in SetModuleCallbacks() 185 TS_LOGD("%s DemoBestIndex return: %d: %s", name_.c_str(), demoIdxInfo->idxNum, str.c_str()); in DemoBestIndex() 186 TS_LOGD("%s, aConstraintUsage[%d]", demoIdxInfo->idxStr, demoIdxInfo->nConstraint); in DemoBestIndex() 188 TS_LOGD("col: %d op: %d, argvindex: %d omit: %d", demoIdxInfo->aConstraint[i].iColumn, in DemoBestIndex() [all …]
|
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/bytrace_parser/ |
D | bytrace_event_parser.cpp | 198 TS_LOGD("Failed to parse sched_switch event"); in SchedSwitchEvent() 227 …TS_LOGD("Failed to parse blocked_reason event, no args or args size < %d", MIN_BLOCKED_REASON_ARGS… in BlockedReason() 244 TS_LOGD("Failed to parse blocked_reason event"); in BlockedReason() 260 TS_LOGD("Failed to parse task_rename event, no args or args size < 2"); in TaskRenameEvent() 288 TS_LOGD("Failed to parse SchedWakeupEvent event, no args or args size < 2"); in SchedWakeupEvent() 294 TS_LOGD("Failed to convert wake_pid"); in SchedWakeupEvent() 316 TS_LOGD("Failed to parse sched_waking event, no args or args size < 4"); in SchedWakingEvent() 322 TS_LOGD("Failed to convert wake_pid"); in SchedWakingEvent() 346 TS_LOGD("Failed to parse cpu_idle event, no args or args size < 2"); in CpuIdleEvent() 353 TS_LOGD("Failed to convert event cpu"); in CpuIdleEvent() [all …]
|
/developtools/smartperf_host/trace_streamer/src/table/base/ |
D | table_base.cpp | 62 TS_LOGD("xCreate table %s, statement: %s", table->name_.c_str(), createStmt.c_str()); in TableRegister() 76 TS_LOGD("xDestroy table %s", static_cast<TableBase *>(t)->name_.c_str()); in TableRegister() 93 TS_LOGD("xOpen: %s", static_cast<TableBase *>(pVTab)->name_.c_str()); in SetModuleCallbacks() 98 TS_LOGD("xClose: %s", static_cast<Cursor *>(vc)->table_->name_.c_str()); in SetModuleCallbacks() 103 …TS_LOGD("xBestIndex: %s %d", static_cast<TableBase *>(pVTab)->name_.c_str(), idxInfo->nConstraint); in SetModuleCallbacks() 111 … TS_LOGD("xFilter %s: [%d]%s", static_cast<Cursor *>(vc)->table_->name_.c_str(), idxNum, idxStr); in SetModuleCallbacks() 127 TS_LOGD("xUpdate: %s", static_cast<TableBase *>(pVTab)->name_.c_str()); in SetModuleCallbacks() 202 TS_LOGD("%s BestIndex return: %d: %s", name_.c_str(), idxInfo->idxNum, str.c_str()); in BestIndex() 203 TS_LOGD("%s, aConstraintUsage[%d]", idxInfo->idxStr, idxInfo->nConstraint); in BestIndex() 205 …TS_LOGD("col: %d op: %d, argvindex: %d omit: %d", idxInfo->aConstraint[i].iColumn, idxInfo->aConst… in BestIndex() [all …]
|
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader/ |
D | parser_pbreader_test.cpp | 63 TS_LOGD("Reading trace file over (errno: %d, %s)", errno, strerror(errno)); 105 TS_LOGD("Reading trace file failed (errno: %d, %s)", errno, strerror(errno)); 148 TS_LOGD("Reading trace file over (errno: %d, %s)", errno, strerror(errno)); 191 TS_LOGD("Reading trace file over (errno: %d, %s)", errno, strerror(errno)); 233 TS_LOGD("Reading trace file over (errno: %d, %s)", errno, strerror(errno)); 274 … TS_LOGD("Reading compressed stack perf trace file over (errno: %d, %s)", errno, strerror(errno));
|
/developtools/smartperf_host/trace_streamer/src/parser/ |
D | print_event_parser.cpp | 80 TS_LOGD("point missing!"); in ParsePrintEvent() 188 TS_LOGD("get trace point data size is 0!"); in CheckTracePoint() 194 TS_LOGD("skip trace point :%s!", clockSyncSts.c_str()); in CheckTracePoint() 200 TS_LOGD("trace point not supported : [%c] !", pointStr[0]); in CheckTracePoint() 205 TS_LOGD("point string size error!"); in CheckTracePoint() 211 TS_LOGD("not support data formart!"); in CheckTracePoint() 234 TS_LOGD("point name is empty!"); in HandlerB() 378 TS_LOGD("ts:%" PRIu64 ", frameSliceEnd:%" PRIu64 "", ts, tid); in HandleFrameQueueEndEvent() 432 TS_LOGD("point name length is error!"); in HandlerCSF() 441 TS_LOGD("point value length is error!"); in HandlerCSF() [all …]
|
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
D | ftrace_processor.cpp | 534 TS_LOGD("HandleTimeExtend: update ts with %u to %" PRIu64, deltaExt, curTimestamp_); in HandleTimeExtend() 545 TS_LOGD("update ts with %u to %" PRIu64, deltaExt, curTimestamp_); in HandleTimeStamp() 565 TS_LOGD("HandleDataRecord: parse %u bytes of event data...", eventSize); in HandleDataRecord() 574 TS_LOGD("event with id %u we not interested!", eventId); in HandleDataRecord() 578 TS_LOGD("HandleDataRecord: eventId = %u, name = %s", eventId, format.eventName.c_str()); in HandleDataRecord() 594 TS_LOGD("event %u %s not supported!", format.eventId, format.eventName.c_str()); in HandleDataRecord() 610 TS_LOGD("HandlePage: %" PRIu64 " bytes event data in page!", curPageHeader_.size); in HandlePage() 641 TS_LOGD("parsed %ld bytes of page data.", static_cast<long>(curPos_ - curPage_)); in HandlePage() 672 TS_LOGD("mark.debug. evtId = %u evtSize = %u", eventId, evtSize); in HmProcessPageTraceDataEvents() 691 TS_LOGD( in HmProcessPageTraceDataEvents() [all …]
|
D | printk_formats_processor.cpp | 40 TS_LOGD("can't find %s(addr) sym!", addrStr.data()); in GetSymbol()
|
D | cpu_detail_parser.cpp | 373 …TS_LOGD("destNode:%d, destTgid:%d, destTid:%d, transactionId:%d, isReply:%d flags:%d, code:%d", de… in BinderTractionEvent() 385 …TS_LOGD("dataSize:%" PRIu64 ", offsetSize:%" PRIu64 "", allocBufMsg.data_size(), allocBufMsg.offse… in BinderTractionAllocBufEvent() 394 TS_LOGD("transactionId:%d", transactionId); in BinderTractionReceivedEvent() 402 TS_LOGD("tag:%s", lockMsg.tag().c_str()); in BinderTractionLockEvent()
|
D | rawtrace_parser.cpp | 200 TS_LOGD("mark.debug. HmParseCpuRawData end success"); in HmParseCpuRawData()
|
/developtools/smartperf_host/trace_streamer/src/filter/ |
D | frame_filter.cpp | 60 TS_LOGD("BeginOnDoCompositionEvent find for itid:%u failed, ts:%" PRIu64 "", itid, ts); in MarkRSOnDoCompositionEvent() 64 TS_LOGD("BeginOnDoCompositionEvent find for itid:%u failed", itid); in MarkRSOnDoCompositionEvent() 76 TS_LOGD("BeginRSTransactionData find for itid:%u failed", itid); in BeginRSTransactionData() 80 TS_LOGD("BeginRSTransactionData find for itid:%u failed", itid); in BeginRSTransactionData() 177 TS_LOGD("StartFrameQueue find for itid:%u failed", itid); in StartFrameQueue() 181 TS_LOGD("StartFrameQueue find for itid:%u failed", itid); in StartFrameQueue()
|
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/ |
D | offline_symbolization_filter.cpp | 88 TS_LOGD("find symbolTalbe failed!!!"); in CalcSymInfo() 109 TS_LOGD("symbolStart is %u invaliable!!!", symbolStart); in CalcSymInfo() 138 …TS_LOGD("find matching filePathId failed, ipid = %" PRIu64 ", ip = %" PRIu64 ", filePathId = %u", … in OfflineSymbolizationByIp() 179 TS_LOGD("symbolStart is : %u invaliable!!!", symbolStart); in OfflineSymbolizationByVaddr()
|
D | native_hook_filter.cpp | 346 TS_LOGD("func addr:%" PRIu64 " is empty", freeEventReader.addr()); in ParseFreeEvent() 477 TS_LOGD("func addr:%" PRIu64 " is empty", mUnmapEventReader.addr()); in ParseMunmapEvent()
|
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/ |
D | ptreader_parser.cpp | 228 …TS_LOGD("rawDataHead_:\t%d, parseHead_:\t%d, filterHead_:\t%d status:\t%d\n", rawDataHead_, parseH… in ParseTraceDataItem() 272 …TS_LOGD("ParseThread watting:\t%d, parseHead_:\t%d, filterHead_:\t%d status:\t%d\n", rawDataHead_,… in GetNextSegment() 289 TS_LOGD("Illegal pid: %s", pidStr.c_str()); in GetDataSegAttr() 298 TS_LOGD("Illegal cpu %s", cpuStr.c_str()); in GetDataSegAttr() 306 TS_LOGD("Illegal ts %s", timeStr.c_str()); in GetDataSegAttr() 345 TS_LOGD("Not support this event (line: %s)", seg.seg.c_str()); in ParserData()
|
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/hilog_parser/ |
D | ptreader_hilog_parser.cpp | 83 TS_LOGD("Not support this hilog format (line: %s)", buffer.c_str()); in ParseHilogDataItem() 103 TS_LOGD("Illegal pid: %s", pidStr.c_str()); in ParseHilogDataItem() 111 TS_LOGD("Illegal tid: %s", tidStr.c_str()); in ParseHilogDataItem()
|
/developtools/smartperf_host/trace_streamer/src/base/ |
D | log.h | 44 #define TS_LOGD(fmt, ...) LOGWITHLEVEL(LOG_DEBUG, 'D', fmt, ##__VA_ARGS__) macro
|
D | string_to_numerical.h | 67 TS_LOGD("Illegal value: %s", str.c_str());
|
/developtools/smartperf_host/trace_streamer/src/proto_reader/ |
D | proto_reader.cpp | 91 TS_LOGD("Skip this data, because it is too large. length: %" PRIu64 "", length); in ParseLengthDelimitedValue() 148 TS_LOGD("Skip dataArea %d because its too big", dataAreaId); in ParseOneDataArea()
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/hilog_parser/ |
D | pbreader_hilog_parser.cpp | 55 TS_LOGD("log level do not exit!!!"); in Parse()
|
/developtools/smartperf_host/trace_streamer/test/unittest/query/ |
D | query_metrics_test.cpp | 46 TS_LOGD("Failed to open trace file (errno: %d, %s)", errno, strerror(errno)); in ParseTraceFile()
|
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
D | ebpf_data_reader.cpp | 306 … TS_LOGD("failed for ip:%" PRIu64 ", kernelip:%" PRIu64 ", size:%" PRIu64 "", ip, end->first, in GetSymbolNameIndexFromElfSym() 311 TS_LOGD("failed for ip:%" PRIu64 "", ip); in GetSymbolNameIndexFromElfSym()
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/ |
D | pbreader_parser.cpp | 450 …TS_LOGD("seprateHead_d:\t%d, parseHead_:\t%d, filterHead_:\t%d\n", rawDataHead_, parseHead_, filte… in FilterThread() 462 …TS_LOGD("seprateHead:\t%d, parseHead_:\t%d, filterHead_:\t%d, status:%d\n", rawDataHead_, parseHea… in FilterThread() 713 TS_LOGD("s.overrun():%" PRIu64 "", perCpuStatsMsg.overrun()); in ParseFtrace() 714 TS_LOGD("s.dropped_events():%" PRIu64 "", perCpuStatsMsg.dropped_events()); in ParseFtrace() 1019 TS_LOGD("read proto finished!"); in ParseDataRecursively()
|
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
D | perf_data_parser.cpp | 471 TS_LOGD("process record"); in Reload() 474 TS_LOGD("process record completed"); in Reload() 484 TS_LOGD("this is cpuOffMode "); in UpdateEventConfigInfo()
|
/developtools/smartperf_host/trace_streamer/test/unittest/interface/ |
D | split_file_data_test.cpp | 55 TS_LOGD("Reading trace file over (errno: %d, %s)", errno, strerror(errno)); in ParseData()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/ |
D | trace_data_db.cpp | 104 TS_LOGD("Failed to open file: %s", wasmDBName_.c_str()); in SendDatabase() 115 TS_LOGD("Reading trace file failed (errno: %d, %s)", errno, strerror(errno)); in SendDatabase()
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/ |
D | htrace_event_parser.cpp | 463 TS_LOGD("dataSize:%" PRIu64 ", offsetSize:%" PRIu64 "", dataSize, offsetsSize); in BinderTractionAllocBufEvent() 476 …TS_LOGD("destNode:%d, destTgid:%d, destTid:%d, transactionId:%d, isReply:%d flags:%d, code:%d", de… in BinderTractionEvent() 496 TS_LOGD("transactionId:%d", transactionId); in BinderTractionReceivedEvent() 505 TS_LOGD("tag:%s", tag.c_str()); in BinderTractionLockEvent()
|