Home
last modified time | relevance | path

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

12

/developtools/smartperf_host/trace_streamer/test/unittest/query/
Dquery_metrics_test.cpp79 TS_LOGE("test42-1");
91 TS_LOGE("test42-2");
103 TS_LOGE("test42-3");
115 TS_LOGE("test42-4");
127 TS_LOGE("test42-5");
139 TS_LOGE("test42-6");
151 TS_LOGE("test42-7");
Dquery_file_test.cpp44 TS_LOGE("test41-1");
60 TS_LOGE("test41-2");
76 TS_LOGE("test41-3");
92 TS_LOGE("test41-4");
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_data_reader.cpp51TS_LOGE("buffer size less than ebpf data header!!!, bufferSize_ = %" PRIu64 " ", bufferSize_); in InitEbpfHeader()
57 TS_LOGE("Get EBPF file header failed! magic = %" PRIx64 "", ebpfDataHeader_->header.magic); in InitEbpfHeader()
61 TS_LOGE("Get ebpf file header failed! headSize = %u", ebpfDataHeader_->header.headSize); in InitEbpfHeader()
117 TS_LOGE("Get EBPF data Title failed!"); in ReadEbpfData()
118 TS_LOGE("type = %x, length = %x", dataTitle->type, dataTitle->length); in ReadEbpfData()
139 TS_LOGE("get maps addr Failed!!!"); in ReadItemEventMaps()
159 TS_LOGE("elf addr size error!!!"); in UpdateElfAddrAndStValueToSymAddrMap()
173TS_LOGE("elf addr size error!!!, size is:%u and the symTabLen is:%u, strTabLen is:%u", size, elfAd… in ReadKernelSymAddrMap()
187 TS_LOGE("get kernel symbol name error"); in ReadKernelSymAddrMap()
198 TS_LOGE("elf filename len is error!!!"); in UpdateElfPathIndexToElfAddrMap()
[all …]
Debpf_splitter.cpp41 TS_LOGE("Get EBPF file header failed! magic = %" PRIx64 "", splitEbpfHeader_->header.magic); in SplitEbpfHeader()
45 TS_LOGE("Get ebpf file header failed! headSize = %u", splitEbpfHeader_->header.headSize); in SplitEbpfHeader()
Debpf_data_parser.cpp40 TS_LOGE("InitEbpfData failed!"); in Init()
Dpaged_memory_data_parser.cpp51TS_LOGE("startTs = %" PRIu64 ", endTs = %" PRIu64 ", newStartTs = %" PRIu64 ", newEndTs = %" PRIu6… in PagingData()
Dbio_latency_data_parser.cpp81TS_LOGE("startTs = %" PRIu64 ", endTs = %" PRIu64 ", newStartTs = %" PRIu64 ", newEndTs = %" PRIu6… in ParseBioLatencyEvent()
Dfile_system_data_parser.cpp64TS_LOGE("startTs = %" PRIu64 ", endTs = %" PRIu64 ", newStartTs = %" PRIu64 ", newEndTs = %" PRIu6… in StartEndTime()
/developtools/smartperf_host/trace_streamer/src/rpc/
Drpc_server.cpp74 TS_LOGE("ffrtFile open filed!"); in SaveAndParseFfrtData()
79 TS_LOGE("Failed to write data!"); in SaveAndParseFfrtData()
92 TS_LOGE("prepare outFile failed."); in SaveAndParseFfrtData()
114 TS_LOGE("resultCallBack is nullptr!"); in SendConvertedFfrtFile()
119 TS_LOGE("open file : %s failed!", fileName.c_str()); in SendConvertedFfrtFile()
138 TS_LOGE("can not open %s.", filePath.c_str()); in ReadAndParseData()
199 TS_LOGE("GetLongTraceTimeSnap error"); in GetLongTraceTimeSnap()
209 TS_LOGE("buffer size less than profiler trace file header"); in GetTimeSnap()
220TS_LOGE("Profiler Trace data is truncated or invalid magic! len = %" PRIu64 ", maigc = %" PRIx64 "… in GetTimeSnap()
335 TS_LOGE("ParserData failed!"); in ParseSplitFileData()
[all …]
/developtools/smartperf_host/trace_streamer/test/unittest/base/
Dexport_test.cpp72 TS_LOGE("Reading trace file failed (errno: %d, %s)", errno, strerror(errno)); in ParseTraceFile()
96 TS_LOGE("test44-1");
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
Ddemo_trace_data_db.cpp47 TS_LOGE("setting sqlite thread safe mode to serialized failed!!! return code: %d", ret); in DemoTraceDataDB()
50 TS_LOGE("Your SQLite database is not compiled to be threadsafe."); in DemoTraceDataDB()
206 TS_LOGE("sqlite3_prepare_v2(%s) failed: %d:%s", sql.c_str(), ret, sqlite3_errmsg(demoDb_)); in DemoSearchDatabase()
252 TS_LOGE("sqlite3_exec(%s) failed: %d:%s", sql.c_str(), ret, errMsg); in DemoOperateDatabase()
265 TS_LOGE("sqlite3_prepare_v2(%s) failed: %d:%s", sql.c_str(), ret, sqlite3_errmsg(demoDb_)); in DemoSearchDatabase()
377 TS_LOGE("sqlite3_prepare_v2(%s) failed: %d:%s", sql.c_str(), ret, sqlite3_errmsg(demoDb_)); in DemoSearchDatabase()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp69 TS_LOGE("Invalid split state %d", splitState_); in DataProcessingLength()
96 TS_LOGE("split not finish but data end"); in DataProcessingLength()
153 TS_LOGE("invalid magic id"); in SplitPerfParsingHead()
185 TS_LOGE("offset of attr is wrong %" PRIu64 "", perfHeader_.attrs.offset); in SplitPerfWaitForAttr()
207 TS_LOGE("no attr in file"); in SplitPerfParsingAttr()
233TS_LOGE("no time in sample data, not support split, sampleType_ = %" PRIx64 "", sampleType_); in SplitPerfParsingAttr()
252 TS_LOGE("offset of data is wrong %" PRIu64 "", perfHeader_.data.offset); in SplitPerfWaitForData()
292 TS_LOGE("invalid data size %u", dataHeader.size); in DataLengthProcessing()
404 TS_LOGE("remove %s err:%s\n", tmpPerfData_.c_str(), strerror(errno)); in ~PerfDataParser()
413 TS_LOGE("perf file:%s not exist", tmpPerfData_.c_str()); in PerfReloadSymbolFiles()
[all …]
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_db.cpp71TS_LOGE("setting sqlite thread safe mode to serialized failed!!! return code: %d", retCode); in TraceDataDB()
74 TS_LOGE("Your SQLite database is not compiled to be threadsafe."); in TraceDataDB()
365 TS_LOGE("sqlite3_prepare_v2(%s) failed: %d:%s", sql.c_str(), ret, sqlite3_errmsg(db_)); in SearchDatabase()
408 TS_LOGE("sqlite3_exec(%s) failed: %d:%s", sql.c_str(), ret, errmsg); in OperateDatabase()
433 TS_LOGE("Can't find sph query type:%u", type); in SearchDatabaseToProto()
445 TS_LOGE("sqlite3_prepare_v2(%s) failed: %d:%s", sql.c_str(), ret, sqlite3_errmsg(db_)); in SearchDatabase()
486 TS_LOGE("sqlite3_prepare_v2(%s) failed: %d:%s", sql.c_str(), ret, sqlite3_errmsg(db_)); in SearchDatabase()
535 TS_LOGE("sqlite3_prepare_v2(%s) failed: %d:%s", sql.c_str(), ret, sqlite3_errmsg(db_)); in SearchDatabase()
/developtools/smartperf_host/trace_streamer/src/base/
Dclock_filter.cpp96 TS_LOGE("SDK already has clock snapshot!!!"); in InitSnapShotTimeRange()
103 TS_LOGE("SDK Profiler header has no clock snapshot!!!"); in InitSnapShotTimeRange()
Dlog.h42 #define TS_LOGE(fmt, ...) LOGWITHLEVEL(LOG_ERROR, 'E', fmt, ##__VA_ARGS__) macro
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
Dts_sdk_api.cpp29TS_LOGE("If you want to use the SDKSetTableName, please modify g_isUseExternalModify to false."); in SDKSetTableName()
/developtools/smartperf_host/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.cpp249 TS_LOGE("File type is not supported in this mode!"); in BatchParseTraceDataSegment()
428 TS_LOGE("directory is %s", directory.c_str()); in ReloadSymbolFiles()
430 TS_LOGE("files is %s", file.c_str()); in ReloadSymbolFiles()
484 TS_LOGE("metrics name error!!!"); in MetricsSqlQuery()
528 TS_LOGE("open file failed!"); in LoadQueryFile()
554 TS_LOGE("%s is empty!", sqlOperator.c_str()); in ReadSqlFileAndPrintResult()
/developtools/smartperf_host/trace_streamer/src/filter/
Danimation_filter.cpp35 TS_LOGE("dynamicFrame_ or callStackSlice_ is nullptr."); in AnimationFilter()
77 TS_LOGE("Not support this event: %s\n", point.name_.data()); in UpdateDeviceScreenSize()
221 TS_LOGE("Not support this event: %s\n", funcArgs.data()); in UpdateDynamicFrameInfo()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Dnative_memory_stdtype.cpp103 TS_LOGE("Native hook update callChainId failed!!!"); in UpdateCallChainId()
120 TS_LOGE("subTypes_ row is invalid!"); in UpdateMemMapSubType()
189 TS_LOGE("The updated row does not exist!"); in UpdateFrameInfo()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dkernel_symbols_processor.cpp26 TS_LOGE("streamFilters_ should not be null"); in KernelSymbolsProcessor()
Dftrace_field_processor.cpp83TS_LOGE("parse STRINGPTR at %" PRIx64 " with %zu size FAILED!", curStrPtr, curStrSize); in HandleStrField()
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp216 TS_LOGE("invalid callChainId, can not find stack id : %u in stackIdToCallChainIdMap_!", in ParseStatisticEvent()
263TS_LOGE("invalid callChainId, can not find pid with stack id : %" PRIu64 " in stackIdToCallChainId… in ParseAllocEvent()
317TS_LOGE("invalid callChainId, can not find pid with stack id : %" PRIu64 " in stackIdToCallChainId… in SetFreeEventCallChainId()
383TS_LOGE("invalid callChainId, can not find pid with stack id : %" PRIu64 " in stackIdToCallChainId… in SetMmapEventCallChainId()
448TS_LOGE("invalid callChainId, can not find pid with stack id : %" PRIu64 " in stackIdToCallChainId… in SetMunmapEventCallChainId()
650 TS_LOGE("Can not to find Frame_map.id for js(arkts)!!!"); in ParseArktsOfflineSymbolization()
729TS_LOGE("error! The mapping of ambiguous call stack id and callChainId has not been deleted!"); in ReparseStacksWithDifferentMeans()
1025 TS_LOGE("Can not find Frame by frame_map_id!!!"); in ParseFramesInCallStackCompressedMode()
1030 TS_LOGE("Data exception, frames should has fil_path_id and symbol_name_id"); in ParseFramesInCallStackCompressedMode()
1035 TS_LOGE("Data exception, can not find fil_path_id(%u)!!!", reader.file_path_id()); in ParseFramesInCallStackCompressedMode()
[all …]
/developtools/smartperf_host/trace_streamer/src/
Dmain.cpp241 TS_LOGE("Reading trace file failed (errno: %d, %s)", errno, strerror(errno)); in ReadAndParser()
279 TS_LOGE("%s does not exist", traceFilePath.c_str()); in OpenAndParserFile()
546 TS_LOGE("long trace dir is not exist or not dir"); in GetLongTraceFilePaths()
563 TS_LOGE("%s has no matched file!", strEscape.c_str()); in GetLongTraceFilePaths()
589 TS_LOGE("Reading trace file failed (errno: %d, %s)", errno, strerror(errno)); in ReadAndParserLongTrace()
607 TS_LOGE("%s does not exist", traceFilePath.c_str()); in OpenAndParserLongTraceFile()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
Dpbreader_clock_detail_parser.cpp50 TS_LOGE("!!! no clock snapshot"); in Parse()
/developtools/smartperf_host/trace_streamer/src/base/sqlite_ext/
Dsqlite_ext_funcs.cpp150 TS_LOGE("type is not in scope"); in SqliteValueToTSSqlValue()
278 TS_LOGE( in RepeatedFieldStep()

12