Lines Matching refs:IO
3 ioblame is a IO profiler. It gives a detailed listing of the list of
4 files that running pids are doing IO to (with the aggregate amount of
6 developers can identify IO heavy paths, and tune them, then
7 iteratively run this tool again to measure improvements/IO reduction.
19 IO on that file (it also gives the amount of IO each pid does and
20 the aggregate amount of IO done to the file by all pids).
89 Finally, it reports the total amount of file data IO done by pids and
90 the total IO done to the block device. So we can look at IO overheads
109 dump out IO stats for the app.
121 2) Sometimes, we want to do IO profiling in a different way (instead of
123 might want to do IO profiling related to the launch of an App. This
127 If you want to do IO profiling related to App launch, you need to modify
201 ANDROID: fs: FS tracepoints to track IO.