xref: /linux/tools/perf/scripts/perl/bin/rw-by-file-report (revision 5a0e3ad6af8660be21ca98a971cd00f331318c05)
1#!/bin/bash
2# description: r/w activity for a program, by file
3# args: <comm>
4perf trace -s ~/libexec/perf-core/scripts/perl/rw-by-file.pl $1
5
6
7
8