![]() |
|
|||
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$*
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |