Home
last modified time | relevance | path

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

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