Searched refs:UID_STATES (Results 1 – 5 of 5) sorted by relevance
59 int64_t bytes[UID_STATES] = {0};60 int64_t fsync[UID_STATES] = {0};80 std::string toString(MetricType metricsType, const int64_t totalIoStats[][UID_STATES]) const;94 int64_t totalIoStats[METRIC_TYPES][UID_STATES] = {{0}};
39 UID_STATES, enumerator82 int64_t metrics[METRIC_TYPES][UID_STATES];
90 void addUidIoStats(const int64_t entry[][UID_STATES], int64_t total[][UID_STATES]) { in addUidIoStats() argument240 const int64_t totalIoStats[][UID_STATES]) const { in toString()245 for (int i = 0; i < UID_STATES; ++i) { in toString()
84 for (int j = 0; j < UID_STATES; j++) { in isZero()
130 const auto& totalIoStatsArrayMatcher = [&](const int64_t expected[][UID_STATES]) { in __anon6abe9aed0402() argument131 std::vector<Matcher<const int64_t[UID_STATES]>> matchers; in __anon6abe9aed0402()133 matchers.push_back(ElementsAreArray(expected[i], UID_STATES)); in __anon6abe9aed0402()