/developtools/smartperf_host/trace_streamer/test/unittest/query/ |
D | query_metrics_test.cpp | 79 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");
|
D | query_file_test.cpp | 44 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/ |
D | ebpf_data_reader.cpp | 51 … TS_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() 173 …TS_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 …]
|
D | ebpf_splitter.cpp | 41 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()
|
D | ebpf_data_parser.cpp | 40 TS_LOGE("InitEbpfData failed!"); in Init()
|
D | paged_memory_data_parser.cpp | 51 …TS_LOGE("startTs = %" PRIu64 ", endTs = %" PRIu64 ", newStartTs = %" PRIu64 ", newEndTs = %" PRIu6… in PagingData()
|
D | bio_latency_data_parser.cpp | 81 …TS_LOGE("startTs = %" PRIu64 ", endTs = %" PRIu64 ", newStartTs = %" PRIu64 ", newEndTs = %" PRIu6… in ParseBioLatencyEvent()
|
D | file_system_data_parser.cpp | 64 …TS_LOGE("startTs = %" PRIu64 ", endTs = %" PRIu64 ", newStartTs = %" PRIu64 ", newEndTs = %" PRIu6… in StartEndTime()
|
/developtools/smartperf_host/trace_streamer/src/rpc/ |
D | rpc_server.cpp | 74 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() 220 …TS_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/ |
D | export_test.cpp | 72 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/ |
D | demo_trace_data_db.cpp | 47 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/ |
D | perf_data_parser.cpp | 69 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() 233 … TS_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/ |
D | trace_data_db.cpp | 71 … TS_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/ |
D | clock_filter.cpp | 96 TS_LOGE("SDK already has clock snapshot!!!"); in InitSnapShotTimeRange() 103 TS_LOGE("SDK Profiler header has no clock snapshot!!!"); in InitSnapShotTimeRange()
|
D | log.h | 42 #define TS_LOGE(fmt, ...) LOGWITHLEVEL(LOG_ERROR, 'E', fmt, ##__VA_ARGS__) macro
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/ |
D | ts_sdk_api.cpp | 29 … TS_LOGE("If you want to use the SDKSetTableName, please modify g_isUseExternalModify to false."); in SDKSetTableName()
|
/developtools/smartperf_host/trace_streamer/src/trace_streamer/ |
D | trace_streamer_selector.cpp | 249 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/ |
D | animation_filter.cpp | 35 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/ |
D | native_memory_stdtype.cpp | 103 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/ |
D | kernel_symbols_processor.cpp | 26 TS_LOGE("streamFilters_ should not be null"); in KernelSymbolsProcessor()
|
D | ftrace_field_processor.cpp | 83 … TS_LOGE("parse STRINGPTR at %" PRIx64 " with %zu size FAILED!", curStrPtr, curStrSize); in HandleStrField()
|
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/ |
D | native_hook_filter.cpp | 216 TS_LOGE("invalid callChainId, can not find stack id : %u in stackIdToCallChainIdMap_!", in ParseStatisticEvent() 263 …TS_LOGE("invalid callChainId, can not find pid with stack id : %" PRIu64 " in stackIdToCallChainId… in ParseAllocEvent() 317 …TS_LOGE("invalid callChainId, can not find pid with stack id : %" PRIu64 " in stackIdToCallChainId… in SetFreeEventCallChainId() 383 …TS_LOGE("invalid callChainId, can not find pid with stack id : %" PRIu64 " in stackIdToCallChainId… in SetMmapEventCallChainId() 448 …TS_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() 729 … TS_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/ |
D | main.cpp | 241 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/ |
D | pbreader_clock_detail_parser.cpp | 50 TS_LOGE("!!! no clock snapshot"); in Parse()
|
/developtools/smartperf_host/trace_streamer/src/base/sqlite_ext/ |
D | sqlite_ext_funcs.cpp | 150 TS_LOGE("type is not in scope"); in SqliteValueToTSSqlValue() 278 TS_LOGE( in RepeatedFieldStep()
|