HomeSort by relevance Sort by last modified time
    Searched refs:InodeFileConfig (Results 1 - 6 of 6) sorted by null

  /external/perfetto/src/tracing/core/
inode_file_config.cc 34 InodeFileConfig::InodeFileConfig() = default;
35 InodeFileConfig::~InodeFileConfig() = default;
36 InodeFileConfig::InodeFileConfig(const InodeFileConfig&) = default;
37 InodeFileConfig& InodeFileConfig::operator=(const InodeFileConfig&) = default
    [all...]
  /external/perfetto/include/perfetto/tracing/core/
inode_file_config.h 41 class InodeFileConfig;
48 class PERFETTO_EXPORT InodeFileConfig {
84 InodeFileConfig();
85 ~InodeFileConfig();
86 InodeFileConfig(InodeFileConfig&&) noexcept;
87 InodeFileConfig& operator=(InodeFileConfig&&);
88 InodeFileConfig(const InodeFileConfig&)
    [all...]
data_source_config.h 50 class InodeFileConfig;
87 const InodeFileConfig& inode_file_config() const {
90 InodeFileConfig* mutable_inode_file_config() { return &inode_file_config_; }
111 InodeFileConfig inode_file_config_ = {};
trace_config.h 49 class InodeFileConfig;
  /external/perfetto/protos/perfetto/config/
data_source_config.proto 54 optional InodeFileConfig inode_file_config = 102;
  /external/perfetto/protos/perfetto/config/inode_file/
inode_file_config.proto 25 message InodeFileConfig {

Completed in 186 milliseconds