Searched refs:FillInodeEntry (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/src/traced/probes/filesystem/ |
D | inode_file_data_source_unittest.cc | 66 FillInodeEntry, 108 EXPECT_CALL(*data_source, FillInodeEntry(_, buf.st_ino, Eq(value))) in TEST_F() 135 EXPECT_CALL(*data_source, FillInodeEntry(_, buf.st_ino, Eq(value))); in TEST_F() 160 EXPECT_CALL(*data_source, FillInodeEntry(_, buf.st_ino, Eq(value))); in TEST_F()
|
D | inode_file_data_source.cc | 98 void InodeFileDataSource::FillInodeEntry(InodeFileMap* destination, in FillInodeEntry() function in perfetto::InodeFileDataSource 167 FillInodeEntry(AddToCurrentTracePacket(block_device_id), inode_number, in AddInodesFromStaticMap() 187 FillInodeEntry(AddToCurrentTracePacket(block_device_id), inode_number, in AddInodesFromLRUCache() 322 FillInodeEntry(AddToCurrentTracePacket(block_device_id), inode_number, in OnInodeFound() 327 FillInodeEntry(AddToCurrentTracePacket(block_device_id), inode_number, in OnInodeFound()
|
D | inode_file_data_source.h | 82 virtual void FillInodeEntry(InodeFileMap* destination,
|