Searched refs:vmstat_counters (Results 1 – 7 of 7) sorted by relevance
62 vmstat_counters: VMSTAT_NR_FREE_PAGES63 vmstat_counters: VMSTAT_NR_ALLOC_BATCH64 vmstat_counters: VMSTAT_NR_INACTIVE_ANON65 vmstat_counters: VMSTAT_NR_ACTIVE_ANON66 vmstat_counters: VMSTAT_NR_INACTIVE_FILE67 vmstat_counters: VMSTAT_NR_ACTIVE_FILE68 vmstat_counters: VMSTAT_NR_UNEVICTABLE69 vmstat_counters: VMSTAT_NR_MLOCK70 vmstat_counters: VMSTAT_NR_ANON_PAGES71 vmstat_counters: VMSTAT_NR_MAPPED[all …]
76 for (const auto& field : proto.vmstat_counters()) { in FromProto()79 sizeof(vmstat_counters_.back()) == sizeof(proto.vmstat_counters(0)), in FromProto()125 static_cast<decltype(proto->vmstat_counters(0))>(it)); in ToProto()126 static_assert(sizeof(it) == sizeof(proto->vmstat_counters(0)), in ToProto()
228 const std::vector<VmstatCounters>& vmstat_counters() const { in vmstat_counters() function
49 repeated VmstatCounters vmstat_counters = 4; field
100 for (const auto& counter_id : config.vmstat_counters()) { in SysStatsDataSource()
422 repeated VmstatCounters vmstat_counters = 4; field
3523 repeated VmstatCounters vmstat_counters = 4; field