Lines Matching refs:Field
51 using ::testing::Field;
64 return ExplainMatchResult(AllOf(Field("bytes", &UserPackageStats::IoStats::bytes,
66 Field("fsync", &UserPackageStats::IoStats::fsync,
72 return ExplainMatchResult(AllOf(Field("comm", &UserPackageStats::ProcStats::ProcessValue::comm,
74 Field("value",
86 return ExplainMatchResult(AllOf(Field("value", &UserPackageStats::ProcStats::value,
88 Field("topNProcesses",
95 const auto uidMatcher = Field("uid", &UserPackageStats::uid, Eq(expected.uid));
97 Field("genericPackageName", &UserPackageStats::genericPackageName,
104 Field("stats:IoStats", &UserPackageStats::stats, in __anon6abe9aed0202()
110 Field("stats:ProcStats", in __anon6abe9aed0202()
137 return ExplainMatchResult(AllOf(Field("topNCpuTimes", &UserPackageSummaryStats::topNCpuTimes,
139 Field("topNIoReads", &UserPackageSummaryStats::topNIoReads,
141 Field("topNIoWrites", &UserPackageSummaryStats::topNIoWrites,
143 Field("topNIoBlocked", &UserPackageSummaryStats::topNIoBlocked,
145 Field("topNMajorFaults",
148 Field("totalIoStats", &UserPackageSummaryStats::totalIoStats,
150 Field("taskCountByUid",
153 Field("totalCpuTimeMillis",
156 Field("totalMajorFaults",
159 Field("majorFaultsPercentChange",
166 return ExplainMatchResult(AllOf(Field("cpuIoWaitTimeMillis",
169 Field("cpuIdleTimeMillis",
172 Field("totalCpuTimeMillis",
175 Field("contextSwitchesCount",
178 Field("ioBlockedProcessCount",
181 Field("totalProcessCount",
188 return ExplainMatchResult(AllOf(Field(&PerfStatsRecord::systemSummaryStats,
190 Field(&PerfStatsRecord::userPackageSummaryStats,
206 return ExplainMatchResult(AllOf(Field("maxCacheSize", &CollectionInfo::maxCacheSize,
208 Field("records", &CollectionInfo::records,
215 return ExplainMatchResult(AllOf(Field("from", &UserSwitchCollectionInfo::from,
217 Field("to", &UserSwitchCollectionInfo::to, Eq(expected.to)),
218 Field("maxCacheSize", &UserSwitchCollectionInfo::maxCacheSize,
220 Field("records", &UserSwitchCollectionInfo::records,