Home
last modified time | relevance | path

Searched refs:kVmstatPath (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp135 kVmstatPath, in checkKernelMMMetricSupport()
170 : kVmstatPath("/proc/vmstat"), in MmMetricsReporter()
639 std::map<std::string, uint64_t> vmstat = readSysfsNameValue(getSysfsPath(kVmstatPath)); in genPixelMmMetricsPerHour()
681 std::map<std::string, uint64_t> vmstat = readSysfsNameValue(getSysfsPath(kVmstatPath)); in genPixelMmMetricsPerDay()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h173 const char *const kVmstatPath; variable