Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp16397 class InodeFileConfig;
16411 class PERFETTO_EXPORT InodeFileConfig : public ::protozero::CppMessageObj { class
16423 InodeFileConfig();
16424 ~InodeFileConfig() override;
16425 InodeFileConfig(InodeFileConfig&&) noexcept;
16426 InodeFileConfig& operator=(InodeFileConfig&&);
16427 InodeFileConfig(const InodeFileConfig&);
16428 InodeFileConfig& operator=(const InodeFileConfig&);
16429 bool operator==(const InodeFileConfig&) const;
16430 bool operator!=(const InodeFileConfig& other) const { return !(*this == other); } in operator !=()
[all …]
Dperfetto.h26536 class InodeFileConfig : public ::protozero::Message {
26555 InodeFileConfig>;
26580 InodeFileConfig>;
26605 InodeFileConfig>;
26630 InodeFileConfig>;
26655 InodeFileConfig>;
26683 InodeFileConfig>;
29821 class InodeFileConfig;
30138 InodeFileConfig,
30149 template <typename T = InodeFileConfig> T* set_inode_file_config() {
[all …]
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto432 message InodeFileConfig { message
1407 optional InodeFileConfig inode_file_config = 102 [lazy = true];