| 2034 | |
| 2035 | |
| 2036 | Try<vector<Value>> io_merged_recursive( |
| 2037 | const string& hierarchy, |
| 2038 | const string& cgroup) |
| 2039 | { |
| 2040 | return readEntries( |
| 2041 | hierarchy, |
| 2042 | cgroup, |
| 2043 | "blkio.io_merged_recursive"); |
| 2044 | } |
| 2045 | |
| 2046 | |
| 2047 | Try<vector<Value>> io_queued( |