Searched refs:bootdev (Results 1 – 3 of 3) sorted by relevance
/device/google/bonito/dumpstate/ |
D | DumpstateDevice.cpp | 304 std::string bootdev = android::base::GetProperty(EMMC_BOOTDEVICE, ""); in DumpeMMC() local 305 if (!bootdev.empty()) { in DumpeMMC() 306 …DumpFileToFd(fd, "eMMC pre_eol_info", "/sys/devices/platform/soc/" + bootdev + "/mmc_host/mmc0/mmc… in DumpeMMC() 307 …DumpFileToFd(fd, "eMMC life_time", "/sys/devices/platform/soc/" + bootdev + "/mmc_host/mmc0/mmc0:0… in DumpeMMC() 308 …DumpFileToFd(fd, "eMMC Slow IO Read", "/sys/devices/platform/soc/" + bootdev + "/mmc_host/mmc0/slo… in DumpeMMC() 309 …DumpFileToFd(fd, "eMMC Slow IO Write", "/sys/devices/platform/soc/" + bootdev + "/mmc_host/mmc0/sl… in DumpeMMC() 310 …DumpFileToFd(fd, "eMMC Slow IO Urgent Read", "/sys/devices/platform/soc/" + bootdev + "/mmc_host/m… in DumpeMMC() 311 …DumpFileToFd(fd, "eMMC Slow IO Urgent Write", "/sys/devices/platform/soc/" + bootdev + "/mmc_host/… in DumpeMMC() 312 …DumpFileToFd(fd, "eMMC Slow IO Discard", "/sys/devices/platform/soc/" + bootdev + "/mmc_host/mmc0/… in DumpeMMC() 313 …DumpFileToFd(fd, "eMMC Slow IO Flush", "/sys/devices/platform/soc/" + bootdev + "/mmc_host/mmc0/sl… in DumpeMMC()
|
/device/google/crosshatch/dumpstate/ |
D | DumpstateDevice.cpp | 289 std::string bootdev = android::base::GetProperty(UFS_BOOTDEVICE, ""); in DumpUFS() local 290 if (!bootdev.empty()) { in DumpUFS() 291 … DumpFileToFd(fd, "UFS Slow IO Read", "/sys/devices/platform/soc/" + bootdev + "/slowio_read_cnt"); in DumpUFS() 292 …DumpFileToFd(fd, "UFS Slow IO Write", "/sys/devices/platform/soc/" + bootdev + "/slowio_write_cnt"… in DumpUFS() 293 …DumpFileToFd(fd, "UFS Slow IO Unmap", "/sys/devices/platform/soc/" + bootdev + "/slowio_unmap_cnt"… in DumpUFS() 294 … DumpFileToFd(fd, "UFS Slow IO Sync", "/sys/devices/platform/soc/" + bootdev + "/slowio_sync_cnt"); in DumpUFS() 296 …std::string ufs_health = "for f in $(find /sys/devices/platform/soc/" + bootdev + "/health -type f… in DumpUFS()
|
/device/google/coral/dumpstate/ |
D | DumpstateDevice.cpp | 354 std::string bootdev = android::base::GetProperty(UFS_BOOTDEVICE, ""); in DumpUFS() local 355 if (!bootdev.empty()) { in DumpUFS() 356 … DumpFileToFd(fd, "UFS Slow IO Read", "/sys/devices/platform/soc/" + bootdev + "/slowio_read_cnt"); in DumpUFS() 357 …DumpFileToFd(fd, "UFS Slow IO Write", "/sys/devices/platform/soc/" + bootdev + "/slowio_write_cnt"… in DumpUFS() 358 …DumpFileToFd(fd, "UFS Slow IO Unmap", "/sys/devices/platform/soc/" + bootdev + "/slowio_unmap_cnt"… in DumpUFS() 359 … DumpFileToFd(fd, "UFS Slow IO Sync", "/sys/devices/platform/soc/" + bootdev + "/slowio_sync_cnt"); in DumpUFS() 361 …std::string ufs_health = "for f in $(find /sys/devices/platform/soc/" + bootdev + "/health -type f… in DumpUFS()
|