Lines Matching refs:getSysfsPath
398 if (!ReadFileToUint(getSysfsPath(kIonTotalPoolsPathForLegacy), &res) || (res == 0)) { in getIonTotalPools()
399 if (!ReadFileToUint(getSysfsPath(kIonTotalPoolsPath), &res)) { in getIonTotalPools()
413 if (!ReadFileToUint(getSysfsPath(kGpuTotalPages), &gpu_size)) { in getGpuMemory()
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()
686 readProcStat(getSysfsPath(kProcStatPath)); in genPixelMmMetricsPerDay()
712 getSysfsPath(android::base::StringPrintf("%s/vmstat", kPixelStatMm).c_str())); in genPixelMmMetricsPerDay()
887 if (!ReadFileToUint(getSysfsPath(path.c_str()), &file_contents)) in readCmaStat()
901 std::string path(getSysfsPath(kCompactDuration)); in readCompactionDurationStat()
970 std::string path = getSysfsPath((base_path + '/' + level + '/' + sysfs_name).c_str()); in readDirectReclaimStat()
1084 std::string path = getSysfsPath(basePath + '/' + kPsiTypes[type_idx]); in readPressureStall()