Home
last modified time | relevance | path

Searched refs:polling_interval_ms_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/base/
H A Dwatchdog_posix.cc95 : polling_interval_ms_(polling_interval_ms) {} in Watchdog()
195 PERFETTO_CHECK(IsMultipleOf(window_ms, polling_interval_ms_) || bytes == 0); in SetMemoryLimit()
197 size_t size = bytes == 0 ? 0 : window_ms / polling_interval_ms_ + 1; in SetMemoryLimit()
206 PERFETTO_CHECK(IsMultipleOf(window_ms, polling_interval_ms_) || in SetCpuLimit()
209 size_t size = percentage == 0 ? 0 : window_ms / polling_interval_ms_ + 1; in SetCpuLimit()
236 auto ret = poll(fds, kFdCount, static_cast<int>(polling_interval_ms_)); in ThreadMain()
380 return static_cast<uint32_t>(window.size() - 1) * polling_interval_ms_; in WindowTimeForRingBuffer()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dwatchdog_posix.h169 const uint32_t polling_interval_ms_; variable
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dwatchdog_posix.h172 const uint32_t polling_interval_ms_; variable