| /developtools/hiperf/include/ |
| D | virtual_runtime.h | 152 std::chrono::microseconds updateSymbolsTimes_ = std::chrono::microseconds::zero(); 153 std::chrono::microseconds unwindFromRecordTimes_ = std::chrono::microseconds::zero(); 154 std::chrono::microseconds unwindCallStackTimes_ = std::chrono::microseconds::zero(); 155 std::chrono::microseconds symbolicRecordTimes_ = std::chrono::microseconds::zero(); 156 std::chrono::microseconds updateThreadTimes_ = std::chrono::microseconds::zero(); 157 std::chrono::microseconds processSampleRecordTimes_ = std::chrono::microseconds::zero(); 158 std::chrono::microseconds processMmapRecordTimes_ = std::chrono::microseconds::zero(); 159 std::chrono::microseconds processMmap2RecordTimes_ = std::chrono::microseconds::zero(); 160 std::chrono::microseconds processCommRecordTimes_ = std::chrono::microseconds::zero(); 161 std::chrono::microseconds threadParseMapsTimes_ = std::chrono::microseconds::zero(); [all …]
|
| D | perf_file_reader.h | 94 std::chrono::microseconds readRecordTime_ = std::chrono::microseconds::zero(); 95 std::chrono::microseconds readCallbackTime_ = std::chrono::microseconds::zero();
|
| D | subcommand_record.h | 334 std::chrono::microseconds prcessRecordTimes_ = std::chrono::microseconds::zero(); 335 std::chrono::microseconds saveRecordTimes_ = std::chrono::microseconds::zero(); 336 std::chrono::microseconds saveFeatureTimes_ = std::chrono::microseconds::zero();
|
| D | debug_logger.h | 113 mutable std::chrono::microseconds logTimes_ = std::chrono::microseconds::zero(); 114 mutable std::chrono::microseconds logWriteTimes_ = std::chrono::microseconds::zero(); 115 mutable std::chrono::microseconds logSprintfTimes_ = std::chrono::microseconds::zero();
|
| D | perf_events.h | 500 std::chrono::microseconds recordCallBackTime_ = std::chrono::microseconds::zero(); 501 std::chrono::microseconds recordWaitDataTime_ = std::chrono::microseconds::zero(); 502 std::chrono::microseconds recordSleepTime_ = std::chrono::microseconds::zero(); 503 std::chrono::microseconds recordKernelReadTime_ = std::chrono::microseconds::zero();
|
| D | perf_file_writer.h | 62 std::chrono::microseconds writeTimes_ = std::chrono::microseconds::zero();
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | virtual_runtime.h | 109 std::chrono::microseconds updateSymbolsTimes_ = std::chrono::microseconds::zero(); 110 std::chrono::microseconds unwindFromRecordTimes_ = std::chrono::microseconds::zero(); 111 std::chrono::microseconds unwindCallStackTimes_ = std::chrono::microseconds::zero(); 112 std::chrono::microseconds symbolicRecordTimes_ = std::chrono::microseconds::zero(); 113 std::chrono::microseconds updateThreadTimes_ = std::chrono::microseconds::zero();
|
| D | debug_logger.h | 101 mutable std::chrono::microseconds logTimes_ = std::chrono::microseconds::zero(); 102 mutable std::chrono::microseconds logWriteTimes_ = std::chrono::microseconds::zero(); 103 mutable std::chrono::microseconds logSprintfTimes_ = std::chrono::microseconds::zero();
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/native_hook/ |
| D | native_hook_config.proto | 42 // Configure zero to disable the data statistics function, 43 // greater than zero reports statistical data according to the configured numeric interval
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | YAxis.ets | 59 * flag that indicates if the zero-line should be drawn regardless of other grid lines 74 * Color of the zero line 79 * Width of the zero line in pixels 306 * Set this to true to draw the zero-line regardless of weather other 320 * Sets the color of the zero line 333 * Sets the width of the zero line in dp
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/protos/ |
| D | BUILD.gn | 30 "-Wno-zero-length-array",
|
| /developtools/hiperf/src/ |
| D | symbols_file.cpp | 494 std::chrono::microseconds parseLineTime = std::chrono::microseconds::zero(); in ParseKallsymsLine() 495 std::chrono::microseconds sscanfTime = std::chrono::microseconds::zero(); in ParseKallsymsLine() 496 std::chrono::microseconds newTime = std::chrono::microseconds::zero(); in ParseKallsymsLine() 497 std::chrono::microseconds readFileTime = std::chrono::microseconds::zero(); in ParseKallsymsLine()
|
| D | perf_events.cpp | 1548 if (timeReport_ != milliseconds::zero()) { in StatLoop() 1579 if (timeReport_ == milliseconds::zero() in StatLoop() 1595 if (timeReport_ == milliseconds::zero()) { in StatLoop()
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | profiler_service_types.proto | 57 …uint32 keep_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateS…
|
| /developtools/profiler/protos/services/ |
| D | profiler_service_types.proto | 57 …uint32 keep_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateS…
|
| /developtools/hdc/src/host/ |
| D | client.cpp | 189 const char* zero = "0"; in ReadFileThreadFunc() local 190 if (!strncmp(zero, str.c_str(), strlen(zero))) { in ReadFileThreadFunc()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | YAxisRenderer.ets | 268 * Draws the zero line. 276 // draw zero line
|
| D | YAxisRendererRadarChart.ets | 124 if (f == 0.0) // Fix for negative zero case (Where value == -0.0, and 0.0 == -0.0)
|
| D | AxisRenderer.ets | 246 if (f == 0.0) // Fix for negative zero case (Where value == -0.0, and 0.0 == -0.0)
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/ |
| D | perf_event.h.patch | 201 cap_bit0_is_deprecated : 1, /* Always 1, signals that bit 0 is zero */ 445 - * 'old_len' or 'new_len' may be zero to indicate, for example, the
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | Utils.ets | 198 * returns an angle between 0.f < 360.f (not less than zero, less than 360)
|
| D | ViewPortHandler.ets | 644 * Returns true if both drag offsets (x and y) are zero or smaller.
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/ |
| D | Chart.ets | 466 * of zero or if the first object is null.
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 132263 unsigned int zero: 1; member 159055 __u8 zero; member
|