Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp142 std::map<std::string, uint64_t> MmMetricsReporter::readVmStat(const char *path) { in readVmStat() function in android::hardware::google::pixel::MmMetricsReporter
261 std::map<std::string, uint64_t> vmstat = readVmStat(kVmstatPath); in logPixelMmMetricsPerHour()
299 std::map<std::string, uint64_t> vmstat = readVmStat(kVmstatPath); in logPixelMmMetricsPerDay()
308 readVmStat(android::base::StringPrintf("%s/vmstat", kPixelStatMm).c_str()); in logPixelMmMetricsPerDay()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h69 std::map<std::string, uint64_t> readVmStat(const char *path);