Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dinode_file_config.cc34 InodeFileConfig::InodeFileConfig() = default;
35 InodeFileConfig::~InodeFileConfig() = default;
36 InodeFileConfig::InodeFileConfig(const InodeFileConfig&) = default;
37 InodeFileConfig& InodeFileConfig::operator=(const InodeFileConfig&) = default;
38 InodeFileConfig::InodeFileConfig(InodeFileConfig&&) noexcept = default;
39 InodeFileConfig& InodeFileConfig::operator=(InodeFileConfig&&) = default;
43 bool InodeFileConfig::operator==(const InodeFileConfig& other) const { in operator ==()
53 void InodeFileConfig::FromProto( in FromProto()
54 const perfetto::protos::InodeFileConfig& proto) { in FromProto()
91 void InodeFileConfig::ToProto(perfetto::protos::InodeFileConfig* proto) const { in ToProto()
[all …]
/external/perfetto/include/perfetto/tracing/core/
Dinode_file_config.h41 class InodeFileConfig; variable
48 class PERFETTO_EXPORT InodeFileConfig {
90 InodeFileConfig();
91 ~InodeFileConfig();
92 InodeFileConfig(InodeFileConfig&&) noexcept;
93 InodeFileConfig& operator=(InodeFileConfig&&);
94 InodeFileConfig(const InodeFileConfig&);
95 InodeFileConfig& operator=(const InodeFileConfig&);
96 bool operator==(const InodeFileConfig&) const;
97 bool operator!=(const InodeFileConfig& other) const {
[all …]
Ddata_source_config.h55 class InodeFileConfig; variable
111 const InodeFileConfig& inode_file_config() const { in inode_file_config()
114 InodeFileConfig* mutable_inode_file_config() { return &inode_file_config_; } in mutable_inode_file_config()
164 InodeFileConfig inode_file_config_ = {};
Dtrace_config.h49 class InodeFileConfig; variable
/external/perfetto/protos/perfetto/config/inode_file/
Dinode_file_config.proto25 message InodeFileConfig { message
/external/perfetto/protos/perfetto/config/
Ddata_source_config.proto72 optional InodeFileConfig inode_file_config = 102;
Dperfetto_config.proto255 optional InodeFileConfig inode_file_config = 102;
300 message InodeFileConfig { message
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto3356 optional InodeFileConfig inode_file_config = 102;
3401 message InodeFileConfig { message