Searched refs:GetPageFaultCounts (Results 1 – 8 of 8) sorted by relevance
44 process_metrics->GetPageFaultCounts(&counts); in JNI_SysUtils_LogPageFaultCountToTracing()
48 process_metrics->GetPageFaultCounts(&counts); in JNI_SysUtils_LogPageFaultCountToTracing()
622 TEST(ProcessMetricsTestLinux, GetPageFaultCounts) { in TEST() argument628 ASSERT_TRUE(process_metrics->GetPageFaultCounts(&counts)); in TEST()643 ASSERT_TRUE(process_metrics->GetPageFaultCounts(&counts_after)); in TEST()
196 bool GetPageFaultCounts(PageFaultCounts* counts) const;
242 bool ProcessMetrics::GetPageFaultCounts(PageFaultCounts* counts) const { in GetPageFaultCounts() function in base::ProcessMetrics
676 TEST(ProcessMetricsTestLinux, GetPageFaultCounts) { in TEST() argument682 ASSERT_TRUE(process_metrics->GetPageFaultCounts(&counts)); in TEST()702 ASSERT_TRUE(process_metrics->GetPageFaultCounts(&counts_after)); in TEST()
232 bool GetPageFaultCounts(PageFaultCounts* counts) const;
235 bool ProcessMetrics::GetPageFaultCounts(PageFaultCounts* counts) const { in GetPageFaultCounts() function in base::ProcessMetrics