Home
last modified time | relevance | path

Searched refs:GetScanIntervalMs (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/traced/probes/filesystem/
Dinode_file_data_source.h105 uint32_t GetScanIntervalMs() const;
Dinode_file_data_source.cc382 std::move(roots), this, GetScanIntervalMs(), GetScanBatchSize())); in FindMissingInodes()
387 uint32_t InodeFileDataSource::GetScanIntervalMs() const { in GetScanIntervalMs() function in perfetto::InodeFileDataSource