Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/tools/perf/perf-iostat.sh
2026-04-04 07:45:01 +00:00

13 lines
290 B
Bash

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