Home
last modified time | relevance | path

Searched defs:startTs (Results 1 – 21 of 21) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/trace/bean/
DWakeUpTimeBean.ts18 startTs: number | undefined property in WakeUpTimeBean
DHeapTreeDataBean.ts21 startTs: number = 0 property in HeapTreeDataBean
DNativeHook.ts26 startTs: number = 0; property in NativeHookStatistics
81 startTs: number = 0; property in NativeMemory
97 startTs: number = 0; property in NativeHookSamplerInfo
131 startTs: number = 0; property in NativeHookSampleQueryInfo
DFuncStruct.ts31 startTs: number | undefined property in FuncStruct
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dpaged_memory_parser_test.cpp92 auto startTs = stream_.traceDataCache_->GetConstPagedMemorySampleData().StartTs()[0]; variable
150 auto startTs = stream_.traceDataCache_->GetConstPagedMemorySampleData().StartTs()[0]; variable
209 auto startTs = stream_.traceDataCache_->GetConstPagedMemorySampleData().StartTs()[0]; variable
271 auto startTs = stream_.traceDataCache_->GetConstPagedMemorySampleData().StartTs()[0]; variable
Dbio_parser_test.cpp95 auto startTs = stream_.traceDataCache_->GetConstBioLatencySampleData().StartTs()[0]; variable
156 auto startTs = stream_.traceDataCache_->GetConstBioLatencySampleData().StartTs()[0]; variable
224 auto startTs = stream_.traceDataCache_->GetConstBioLatencySampleData().StartTs()[0]; variable
295 auto startTs = stream_.traceDataCache_->GetConstBioLatencySampleData().StartTs()[0]; variable
Debpf_file_system_test.cpp112 auto startTs = stream_.traceDataCache_->GetConstFileSystemSample().StartTs()[0]; variable
193 auto startTs = stream_.traceDataCache_->GetConstFileSystemSample().StartTs()[0]; variable
275 auto startTs = stream_.traceDataCache_->GetConstFileSystemSample().StartTs()[0]; variable
356 auto startTs = stream_.traceDataCache_->GetConstFileSystemSample().StartTs()[0]; variable
Dtable_test.cpp448 uint64_t startTs = 1663869124160; variable
611 uint64_t startTs = 1663869124160; variable
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerCpuState.ts97 startTs:number = 0 property in CpuState
DProcedureLogicWorkerFileSystem.ts647 startTs: number = 0; property in FileSysEvent
673 startTs: number = 0; property in IoCompletionTimes
693 startTs: number = 0; property in VirtualMemoryEvent
DProcedureLogicWorkerNativeNemory.ts517 startTs: number = 0 property in HeapTreeDataBean
532 startTs: number = 0; property in NativeHookStatistics
567 startTs: number = 0; property in NativeMemory
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerCpuState.ts132 startTs: number | undefined property in CpuStateStruct
DProcedureWorkerFunc.ts133 startTs: number | undefined // 9729867000 property in FuncStruct
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerFunc.ts55 startTs: number | undefined // 9729867000 property in FuncStruct
DTraceWorkerNativeMemory.ts414 startTs: number = 0 property in HeapTreeDataBean
429 startTs: number = 0; property in NativeHookStatistics
464 startTs: number = 0; property in NativeMemory
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Dpaged_memory_data_parser.cpp69 uint64_t startTs = pagedMemoryFixedHeadrAddr->startTime; in ParsePagedMemoryEvent() local
Dbio_latency_data_parser.cpp66 uint64_t startTs = bioFixedHeadrAddr->startTime; in ParseBioLatencyEvent() local
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts57 startTs: 9729867000, variable
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_writer.cpp33 …TraceDataCacheWriter::AppendNewProcessData(uint32_t pid, const std::string& name, uint64_t startTs) in AppendNewProcessData()
Dtrace_stdtype.cpp1270 uint64_t startTs, in AppendNewData()
1370 uint64_t startTs, in AppendNewData()
1847 uint64_t startTs, in AppendNewData()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dslice_filter.cpp209 int64_t startTs = slices->TimeStamData()[sliceIdx]; in CloseUnMatchedSlice() local