Home
last modified time | relevance | path

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

/device/google/barbet/dumpstate/
DDumpstateDevice.cpp507 std::string bootdev = android::base::GetProperty(UFS_BOOTDEVICE, ""); in DumpUFS() local
508 if (!bootdev.empty()) { in DumpUFS()
509 … DumpFileToFd(fd, "UFS Slow IO Read", "/sys/devices/platform/soc/" + bootdev + "/slowio_read_cnt"); in DumpUFS()
510 …DumpFileToFd(fd, "UFS Slow IO Write", "/sys/devices/platform/soc/" + bootdev + "/slowio_write_cnt"… in DumpUFS()
511 …DumpFileToFd(fd, "UFS Slow IO Unmap", "/sys/devices/platform/soc/" + bootdev + "/slowio_unmap_cnt"… in DumpUFS()
512 … DumpFileToFd(fd, "UFS Slow IO Sync", "/sys/devices/platform/soc/" + bootdev + "/slowio_sync_cnt"); in DumpUFS()
515 "path=\"/sys/devices/platform/soc/" + bootdev + "/io_stats\"; " in DumpUFS()
529 "path=\"/sys/devices/platform/soc/" + bootdev + "/req_stats\"; " in DumpUFS()
545 …std::string ufs_health = "for f in $(find /sys/devices/platform/soc/" + bootdev + "/health_descrip… in DumpUFS()