JustOS/linux-6.13/tools/perf/scripts/perl/bin/rw-by-file-report
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

11 lines
232 B
Bash

#!/bin/bash
# description: r/w activity for a program, by file
# args: <comm>
if [ $# -lt 1 ] ; then
echo "usage: rw-by-file <comm>"
exit
fi
comm=$1
shift
perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm