Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/filesystem/
Dinode_file_data_source.cc177 uint64_t cache_found_count = 0; in AddInodesFromLRUCache() local
185 cache_found_count++; in AddInodesFromLRUCache()
190 if (cache_found_count > 0) in AddInodesFromLRUCache()
191 PERFETTO_DLOG("%" PRIu64 " inodes found in cache", cache_found_count); in AddInodesFromLRUCache()