Searched refs:stat_counters (Results 1 – 8 of 8) sorted by relevance
91 for (const auto& field : proto.stat_counters()) { in FromProto()94 sizeof(stat_counters_.back()) == sizeof(proto.stat_counters(0)), in FromProto()137 static_cast<decltype(proto->stat_counters(0))>(it)); in ToProto()138 static_assert(sizeof(it) == sizeof(proto->stat_counters(0)), in ToProto()
87 stat_counters: STAT_CPU_TIMES88 stat_counters: STAT_IRQ_COUNTS89 stat_counters: STAT_FORK_COUNT
55 // Populated only if FORK_COUNT in config.stat_counters.64 // Populated only if IRQ_COUNTS in config.stat_counters.69 // Populated only if SOFTIRQ_COUNTS in config.stat_counters.
246 const std::vector<StatCounters>& stat_counters() const { in stat_counters() function
62 repeated StatCounters stat_counters = 6; field
108 for (const auto& counter_id : config.stat_counters()) { in SysStatsDataSource()
2824 // Populated only if FORK_COUNT in config.stat_counters.2833 // Populated only if IRQ_COUNTS in config.stat_counters.2838 // Populated only if SOFTIRQ_COUNTS in config.stat_counters.3536 repeated StatCounters stat_counters = 6; field
435 repeated StatCounters stat_counters = 6; field