| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | slice_filter.cpp | 40 uint64_t timestamp, in BeginSlice() 59 void SliceFilter::IrqHandlerEntry(uint64_t timestamp, uint32_t cpu, DataIndex catalog, DataIndex na… in IrqHandlerEntry() 76 void SliceFilter::IrqHandlerExit(uint64_t timestamp, uint32_t cpu, ArgsSet args) in IrqHandlerExit() 91 void SliceFilter::SoftIrqEntry(uint64_t timestamp, uint32_t cpu, DataIndex catalog, DataIndex nameI… in SoftIrqEntry() 108 void SliceFilter::SoftIrqExit(uint64_t timestamp, uint32_t cpu, ArgsSet args) in SoftIrqExit() 141 size_t SliceFilter::AsyncBinder(uint64_t timestamp, uint32_t pid, DataIndex cat, DataIndex nameInde… in AsyncBinder() 256 …uint64_t timestamp, uint32_t pid, DataIndex cat, DataIndex nameIndex, ArgsSet& args, SliceData sli… in StartSlice() 300 size_t SliceFilter::BeginBinder(uint64_t timestamp, uint32_t pid, DataIndex cat, DataIndex nameInde… in BeginBinder() 307 size_t SliceFilter::CompleteSlice(uint64_t timestamp, uint32_t pid, DataIndex category, DataIndex n… in CompleteSlice() 360 size_t SliceFilter::EndBinder(uint64_t timestamp, uint32_t pid, DataIndex category, DataIndex name,… in EndBinder() [all …]
|
| D | system_event_measure_filter.cpp | 32 void SystemEventMeasureFilter::AppendNewMeasureData(DataIndex nameIndex, uint64_t timestamp, int64_… in AppendNewMeasureData()
|
| D | slice_filter.h | 31 uint64_t timestamp; member 41 uint64_t timestamp; member
|
| D | measure_filter.cpp | 32 …r::AppendNewMeasureData(uint64_t internalTid, DataIndex nameIndex, uint64_t timestamp, int64_t val… in AppendNewMeasureData()
|
| /developtools/profiler/host/smartperf/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/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/device/plugins/diskio_plugin/src/ |
| D | diskio_data_plugin.cpp | 137 void DiskioDataPlugin::SetTimestamp(CollectTimeStamp& prevTimestamp, CollectTimeStamp& timestamp) in SetTimestamp() 184 auto* timestamp = diskioData.mutable_timestamp(); in SetDiskioData() local
|
| /developtools/profiler/host/smartperf/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/protos/types/plugins/cpu_data/ |
| D | cpu_plugin_result.proto | 48 SampleTimeStamp timestamp = 8; field 65 SampleTimeStamp timestamp = 6; field
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ |
| D | ProcedureWorkerHiPerfThread.ts | 77 timestamp: number | undefined; property in HiPerfThreadStruct
|
| D | ProcedureWorkerHiPerfProcess.ts | 77 timestamp: number | undefined; property in HiPerfProcessStruct
|
| D | ProcedureWorkerHiPerfCPU.ts | 87 timestamp: number | undefined; property in HiPerfCpuStruct
|
| D | ProcedureWorkerHiPerfReport.ts | 87 timestamp: number | undefined; property in HiPerfReportStruct
|
| D | ProcedureWorkerHiPerfEvent.ts | 88 timestamp: number | undefined; property in HiPerfEventStruct
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/ |
| D | htrace_hisysevent_parser.h | 41 uint64_t timestamp; member
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerHiPerfThread.ts | 139 timestamp: number | undefined; property in HiPerfThreadStruct
|
| D | ProcedureWorkerHiPerfProcess.ts | 138 timestamp: number | undefined; property in HiPerfProcessStruct
|
| D | ProcedureWorkerHiPerfCPU.ts | 152 timestamp: number | undefined; property in HiPerfCpuStruct
|
| D | ProcedureWorkerHiPerfReport.ts | 149 timestamp: number | undefined; property in HiPerfReportStruct
|
| D | ProcedureWorkerHiPerfEvent.ts | 159 timestamp: number | undefined; property in HiPerfEventStruct
|
| /developtools/profiler/host/smartperf/trace_streamer/test/unittest/ |
| D | table_test.cpp | 403 uint64_t timestamp = 1663869124160; variable 478 uint64_t timestamp = 1663869124160; variable 515 uint64_t timestamp = 1663869124160; variable 557 uint64_t timestamp = 1663869124160; variable 633 uint64_t timestamp = 1663869124160; variable 730 uint64_t timestamp = 1663869124160; variable 753 uint64_t timestamp = 1663869124160; variable 818 uint64_t timestamp = 1663869124160; variable 1026 uint64_t timestamp = 1663869124160; variable 1134 uint64_t timestamp = 1663869124160; variable [all …]
|
| D | process_filter_test.cpp | 357 uint64_t timestamp = 168758662957020; variable 376 uint64_t timestamp = 168758662957020; variable
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | smartperf_command.cpp | 112 long long timestamp = SPUtils::GetCurTime(); in ExecCommand() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
| D | SignHap.java | 94 JarOutputStream out, long timestamp, int defaultAlignment) throws IOException { in copyFiles() 136 JarOutputStream out, long timestamp) throws IOException { in copyFilesExceptStoredFile()
|
| /developtools/profiler/device/plugins/cpu_plugin/src/ |
| D | cpu_data_plugin.cpp | 205 void CpuDataPlugin::SetTimestamp(SampleTimeStamp& timestamp) in SetTimestamp() 500 auto* timestamp = data.mutable_cpu_usage_info()->mutable_timestamp(); in WriteCpuUsageInfo() local 613 auto* timestamp = threadInfo.mutable_timestamp(); in WriteThread() local
|