Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp308 std::map<std::string, uint64_t> MmMetricsReporter::readSysfsNameValue(const std::string &path) { in readSysfsNameValue() function in android::hardware::google::pixel::MmMetricsReporter
639 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()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h143 std::map<std::string, uint64_t> readSysfsNameValue(const std::string &path);