/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
D | cpu_detail_parser.cpp | 171 uint64_t ts = standAloneCpuEventList_[curCpuId].front()->msgPtr->timestamp(); in SortStandAloneCpuEventList() 207 traceDataCache_->UpdateTraceTime(rawTraceEventList_.front()->msgPtr->timestamp()); in FilterAllEvents() 208 traceDataCache_->UpdateTraceTime(rawTraceEventList_.back()->msgPtr->timestamp()); in FilterAllEvents() 245 streamFilters_->processFilter_->UpdateOrCreateThread(event.msgPtr->timestamp(), eventTid_); in DealEvent() 265 event.msgPtr->timestamp(), schedSwitchMsg.next_pid(), schedSwitchMsg.next_comm()); in SchedSwitchEvent() 267 event.msgPtr->timestamp(), schedSwitchMsg.prev_pid(), schedSwitchMsg.prev_comm()); in SchedSwitchEvent() 269 streamFilters_->cpuFilter_->InsertSwitchEvent(event.msgPtr->timestamp(), event.cpuId, uprevtid, in SchedSwitchEvent() 280 …auto itid = streamFilters_->processFilter_->UpdateOrCreateThread(event.msgPtr->timestamp(), reason… in SchedBlockReasonEvent() 296 … streamFilters_->processFilter_->UpdateOrCreateThread(event.msgPtr->timestamp(), wakeupMsg.pid()); in SchedWakeupEvent() 298 streamFilters_->processFilter_->UpdateOrCreateThread(event.msgPtr->timestamp(), eventTid_); in SchedWakeupEvent() [all …]
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
D | TabPaneNMSampleList.test.ts | 55 timestamp: '', 107 timestamp: '', 124 timestamp: '', 158 timestamp: '', 174 timestamp: '', 190 timestamp: '', 251 timestamp: '', 279 timestamp: '', 307 timestamp: '', 335 timestamp: '', [all …]
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerHeapTimeline.ts | 96 samples[i].timestamp, 118 timestamp: number, 130 …if (node.timestamp * 1000 > startNS && node.timestamp * 1000 < endNS && node.timestamp === timesta… 132 Math.floor(((timestamp * 1000 - startNS) / totalNS) * frame.width),
|
/developtools/smartperf_host/ide/test/trace/component/chart/ |
D | SpHiPerf.test.ts | 86 timestamp: 3468360924674, 98 timestamp: 3468361000799, 110 timestamp: 3468361045716, 122 timestamp: 3468361054466,
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
/developtools/profiler/protos/types/plugins/ftrace_data/default/ |
D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
D | ftrace_v4l2_event_formatter.cpp | 49 msg.timestamp(), in __anonab254a090302() 85 msg.timestamp(), in __anonab254a090502() 116 msg.timestamp(), in __anonab254a090702() 147 msg.timestamp(), in __anonab254a090902() 179 msg.timestamp(), in __anonab254a090b02() 210 msg.timestamp(), in __anonab254a090d02()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
D | SignHap.java | 77 …JarOutputStream out, long timestamp, int defaultAlignment) throws IOException, HapFormatException { in copyFiles() argument 100 JarEntry outEntry = getJarEntry(timestamp, inEntry); in copyFiles() 123 JarEntry outEntry = getFirstJarEntry(firstEntry, offset, timestamp); in copyFiles() 129 copyFilesExceptStoredFile(entryListNotStored, in, out, timestamp, isAlignmentFlag); in copyFiles() 156 private static JarEntry getFirstJarEntry(JarEntry firstEntry, long offset, long timestamp) { in getFirstJarEntry() argument 158 JarEntry outEntry = getJarEntry(timestamp, firstEntry); in getFirstJarEntry() 202 private static JarEntry getJarEntry(long timestamp, JarEntry inEntry) { in getJarEntry() argument 204 outEntry.setTime(timestamp); in getJarEntry() 212 JarOutputStream out, long timestamp, boolean isAlignmentFlag) throws IOException { in copyFilesExceptStoredFile() argument 225 outEntry.setTime(timestamp); in copyFilesExceptStoredFile()
|
/developtools/smartperf_host/ide/src/js-heap/model/ |
D | DatabaseStruct.ts | 218 timestamp: number; property in HeapSample 222 constructor(timestamp: number, lastAssignedId: number) { 223 this.timestamp = timestamp;
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/ |
D | utils.py | 31 def timestamp(): function 49 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg)
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/acls_check/ |
D | utils.py | 31 def timestamp(): function 49 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg)
|
/developtools/smartperf_host/ide/test/trace/bean/ |
D | NativeHook.test.ts | 204 timestamp: 'timestamp', 220 timestamp: expect.any(String), 255 timestamp: 'timestamp', 270 timestamp: expect.any(String),
|
/developtools/bytrace/script/ |
D | bytrace_multi.py | 88 timestamp = float(mtuple[0]) 90 timestamp_ = "{:.6f}".format(timestamp - diff_time) 92 line.replace("{:.6f}".format(timestamp), str(timestamp_))
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/ |
D | common.py | 70 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg) 94 def timestamp(): function
|
/developtools/smartperf_host/trace_streamer/src/base/ |
D | string_to_numerical.h | 40 inline std::string ConvertTimestampToSecStr(uint64_t timestamp, uint8_t precision) in ConvertTimestampToSecStr() argument 42 double seconds = static_cast<double>(timestamp) / 1e9; in ConvertTimestampToSecStr()
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/ |
D | common.py | 70 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg) 94 def timestamp(): function
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | FrameComponentBean.ts | 32 timestamp: string | undefined; property
|
D | NativeHook.ts | 84 timestamp: string = ''; property in NativeMemory 106 timestamp: string = ''; property in NativeHookSamplerInfo
|
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
D | ftrace_common_type.h | 68 uint64_t timestamp = 0; member 165 FieldFormat timestamp = {}; member
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/network_data/ |
D | network_plugin_result.proto | 27 // timestamp obtained by CLOCK_REALTIME 44 // timestamp obtained by CLOCK_REALTIME
|
/developtools/profiler/protos/types/plugins/network_data/ |
D | network_plugin_result.proto | 27 // timestamp obtained by CLOCK_REALTIME 44 // timestamp obtained by CLOCK_REALTIME
|
/developtools/profiler/protos/types/plugins/cpu_data/ |
D | cpu_plugin_result.proto | 48 SampleTimeStamp timestamp = 8; field 65 SampleTimeStamp timestamp = 6; field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/cpu_data/ |
D | cpu_plugin_result.proto | 48 SampleTimeStamp timestamp = 8; field 65 SampleTimeStamp timestamp = 6; field
|
/developtools/profiler/device/plugins/diskio_plugin/src/ |
D | diskio_data_plugin.cpp | 155 auto* timestamp = diskioData.mutable_timestamp(); in SetTimestamp() local 156 timestamp->set_tv_sec(time.tv_sec); in SetTimestamp() 157 timestamp->set_tv_nsec(time.tv_nsec); in SetTimestamp()
|