Home
last modified time | relevance | path

Searched defs:BlockDeviceID (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/perfetto/src/traced/probes/filesystem/
H A Dfile_scanner_unittest.cc38 TestDelegate(std::function<bool(BlockDeviceID, in TestDelegate()
118 [&seen](BlockDeviceID, Inode, const std::string&, in TEST() argument
138 [&file_entries](BlockDeviceID block_device_id, Inode inode, in TEST() argument
H A Dinode_file_data_source.cc61 std::map<BlockDeviceID, std::unordered_map<Inode, InodeMapValue>>* map) in StaticMapDelegate()
91 std::map<BlockDeviceID, std::unordered_map<Inode, InodeMapValue>>* in CreateStaticDeviceToInodeMap()
113 std::map<BlockDeviceID, std::unordered_map<Inode, InodeMapValue>>* in InodeFileDataSource()
H A Dinode_file_data_source_unittest.cc45 std::map<BlockDeviceID, std::unordered_map<Inode, InodeMapValue>>* in TestInodeFileDataSource()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/traced/
H A Ddata_source_types.h31 using BlockDeviceID = decltype(stat::st_dev); variable
/aosp_15_r20/external/perfetto/include/perfetto/ext/traced/
H A Ddata_source_types.h31 using BlockDeviceID = decltype(stat::st_dev); variable
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dftrace_metadata.h32 using BlockDeviceID = decltype(stat::st_dev); variable