Home
last modified time | relevance | path

Searched refs:TS_LOGD (Results 1 – 25 of 25) sorted by relevance

/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Ddemo_table_base.cpp64TS_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()
102TS_LOGD("xBestIndex: %s %d", static_cast<DemoTableBase *>(pVTab)->name_.c_str(), idxInfo->nConstra… in SetModuleCallbacks()
110TS_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/
Dbytrace_event_parser.cpp198 TS_LOGD("Failed to parse sched_switch event"); in SchedSwitchEvent()
227TS_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/
Dtable_base.cpp62 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()
103TS_LOGD("xBestIndex: %s %d", static_cast<TableBase *>(pVTab)->name_.c_str(), idxInfo->nConstraint); in SetModuleCallbacks()
111TS_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()
205TS_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/
Dparser_pbreader_test.cpp63 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));
274TS_LOGD("Reading compressed stack perf trace file over (errno: %d, %s)", errno, strerror(errno));
/developtools/smartperf_host/trace_streamer/src/parser/
Dprint_event_parser.cpp80 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/
Dftrace_processor.cpp534 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 …]
Dprintk_formats_processor.cpp40 TS_LOGD("can't find %s(addr) sym!", addrStr.data()); in GetSymbol()
Dcpu_detail_parser.cpp373TS_LOGD("destNode:%d, destTgid:%d, destTid:%d, transactionId:%d, isReply:%d flags:%d, code:%d", de… in BinderTractionEvent()
385TS_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()
Drawtrace_parser.cpp200 TS_LOGD("mark.debug. HmParseCpuRawData end success"); in HmParseCpuRawData()
/developtools/smartperf_host/trace_streamer/src/filter/
Dframe_filter.cpp60 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/
Doffline_symbolization_filter.cpp88 TS_LOGD("find symbolTalbe failed!!!"); in CalcSymInfo()
109 TS_LOGD("symbolStart is %u invaliable!!!", symbolStart); in CalcSymInfo()
138TS_LOGD("find matching filePathId failed, ipid = %" PRIu64 ", ip = %" PRIu64 ", filePathId = %u", … in OfflineSymbolizationByIp()
179 TS_LOGD("symbolStart is : %u invaliable!!!", symbolStart); in OfflineSymbolizationByVaddr()
Dnative_hook_filter.cpp346 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/
Dptreader_parser.cpp228TS_LOGD("rawDataHead_:\t%d, parseHead_:\t%d, filterHead_:\t%d status:\t%d\n", rawDataHead_, parseH… in ParseTraceDataItem()
272TS_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/
Dptreader_hilog_parser.cpp83 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/
Dlog.h44 #define TS_LOGD(fmt, ...) LOGWITHLEVEL(LOG_DEBUG, 'D', fmt, ##__VA_ARGS__) macro
Dstring_to_numerical.h67 TS_LOGD("Illegal value: %s", str.c_str());
/developtools/smartperf_host/trace_streamer/src/proto_reader/
Dproto_reader.cpp91 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/
Dpbreader_hilog_parser.cpp55 TS_LOGD("log level do not exit!!!"); in Parse()
/developtools/smartperf_host/trace_streamer/test/unittest/query/
Dquery_metrics_test.cpp46 TS_LOGD("Failed to open trace file (errno: %d, %s)", errno, strerror(errno)); in ParseTraceFile()
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_data_reader.cpp306TS_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/
Dpbreader_parser.cpp450TS_LOGD("seprateHead_d:\t%d, parseHead_:\t%d, filterHead_:\t%d\n", rawDataHead_, parseHead_, filte… in FilterThread()
462TS_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/
Dperf_data_parser.cpp471 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/
Dsplit_file_data_test.cpp55 TS_LOGD("Reading trace file over (errno: %d, %s)", errno, strerror(errno)); in ParseData()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_db.cpp104 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/
Dhtrace_event_parser.cpp463 TS_LOGD("dataSize:%" PRIu64 ", offsetSize:%" PRIu64 "", dataSize, offsetsSize); in BinderTractionAllocBufEvent()
476TS_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()