Searched refs:readSysfsNameValue (Results 1 – 2 of 2) sorted by relevance
308 std::map<std::string, uint64_t> MmMetricsReporter::readSysfsNameValue(const std::string &path) { in readSysfsNameValue() function in android::hardware::google::pixel::MmMetricsReporter639 std::map<std::string, uint64_t> vmstat = readSysfsNameValue(getSysfsPath(kVmstatPath)); in genPixelMmMetricsPerHour()643 std::map<std::string, uint64_t> meminfo = readSysfsNameValue(getSysfsPath(kMeminfoPath)); in genPixelMmMetricsPerHour()681 std::map<std::string, uint64_t> vmstat = readSysfsNameValue(getSysfsPath(kVmstatPath)); in genPixelMmMetricsPerDay()711 std::map<std::string, uint64_t> pixel_vmstat = readSysfsNameValue( in genPixelMmMetricsPerDay()
143 std::map<std::string, uint64_t> readSysfsNameValue(const std::string &path);