Searched refs:SysStatsConfig (Results 1 – 12 of 12) sorted by relevance
35 SysStatsConfig::SysStatsConfig() = default;36 SysStatsConfig::~SysStatsConfig() = default;37 SysStatsConfig::SysStatsConfig(const SysStatsConfig&) = default;38 SysStatsConfig& SysStatsConfig::operator=(const SysStatsConfig&) = default;39 SysStatsConfig::SysStatsConfig(SysStatsConfig&&) noexcept = default;40 SysStatsConfig& SysStatsConfig::operator=(SysStatsConfig&&) = default;44 bool SysStatsConfig::operator==(const SysStatsConfig& other) const { in operator ==()54 void SysStatsConfig::FromProto(const perfetto::protos::SysStatsConfig& proto) { in FromProto()102 void SysStatsConfig::ToProto(perfetto::protos::SysStatsConfig* proto) const { in ToProto()
43 class SysStatsConfig; variable49 class PERFETTO_EXPORT SysStatsConfig {189 SysStatsConfig();190 ~SysStatsConfig();191 SysStatsConfig(SysStatsConfig&&) noexcept;192 SysStatsConfig& operator=(SysStatsConfig&&);193 SysStatsConfig(const SysStatsConfig&);194 SysStatsConfig& operator=(const SysStatsConfig&);195 bool operator==(const SysStatsConfig&) const;196 bool operator!=(const SysStatsConfig& other) const {[all …]
58 class SysStatsConfig; variable123 const SysStatsConfig& sys_stats_config() const { return sys_stats_config_; } in sys_stats_config()124 SysStatsConfig* mutable_sys_stats_config() { return &sys_stats_config_; } in mutable_sys_stats_config()166 SysStatsConfig sys_stats_config_ = {};
52 class SysStatsConfig; variable
23 SysStatsConfig,124 let sysStatsCfg: SysStatsConfig|undefined = undefined;127 if (sysStatsCfg === undefined) sysStatsCfg = new SysStatsConfig();130 SysStatsConfig.StatCounters.STAT_CPU_TIMES,131 SysStatsConfig.StatCounters.STAT_FORK_COUNT,145 if (sysStatsCfg === undefined) sysStatsCfg = new SysStatsConfig();154 if (sysStatsCfg === undefined) sysStatsCfg = new SysStatsConfig();
38 import StatCounters = protos.perfetto.protos.SysStatsConfig.StatCounters;39 import SysStatsConfig = protos.perfetto.protos.SysStatsConfig;214 SysStatsConfig,
240 if ((stat_enabled_fields_ & (1 << SysStatsConfig::STAT_CPU_TIMES)) && in ReadStat()259 else if ((stat_enabled_fields_ & (1 << SysStatsConfig::STAT_IRQ_COUNTS)) && in ReadStat()274 (1 << SysStatsConfig::STAT_SOFTIRQ_COUNTS)) && in ReadStat()288 else if ((stat_enabled_fields_ & (1 << SysStatsConfig::STAT_FORK_COUNT)) && in ReadStat()
302 using C = protos::SysStatsConfig; in TEST_F()347 using C = protos::SysStatsConfig; in TEST_F()
36 message SysStatsConfig { message
74 optional SysStatsConfig sys_stats_config = 104;
257 optional SysStatsConfig sys_stats_config = 104;409 message SysStatsConfig { message
3358 optional SysStatsConfig sys_stats_config = 104;3510 message SysStatsConfig { message