Back to home page

OSCL-LXR

 
 

    


0001 #!/bin/bash
0002 # SPDX-License-Identifier: GPL-2.0
0003 # perf iostat
0004 # Alexander Antonov <alexander.antonov@linux.intel.com>
0005 
0006 if [[ "$1" == "list" ]] || [[ "$1" =~ ([a-f0-9A-F]{1,}):([a-f0-9A-F]{1,2})(,)? ]]; then
0007         DELIMITER="="
0008 else
0009         DELIMITER=" "
0010 fi
0011 
0012 perf stat --iostat$DELIMITER$*