Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Ddata_source_config.cc61 (inode_file_config_ == other.inode_file_config_) && in operator ==()
103 inode_file_config_.FromProto(proto.inode_file_config()); in FromProto()
160 inode_file_config_.ToProto(proto->mutable_inode_file_config()); in ToProto()
/external/perfetto/include/perfetto/tracing/core/
Ddata_source_config.h112 return inode_file_config_; in inode_file_config()
114 InodeFileConfig* mutable_inode_file_config() { return &inode_file_config_; } in mutable_inode_file_config()
164 InodeFileConfig inode_file_config_ = {}; variable