xref: /kernel/linux/linux-6.6/tools/perf/scripts/perl/bin/rw-by-file-report
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/perf/scripts/perl/bin/
162306a36Sopenharmony_ci#!/bin/bash
262306a36Sopenharmony_ci# description: r/w activity for a program, by file
362306a36Sopenharmony_ci# args: <comm>
462306a36Sopenharmony_ciif [ $# -lt 1 ] ; then
562306a36Sopenharmony_ci    echo "usage: rw-by-file <comm>"
662306a36Sopenharmony_ci    exit
762306a36Sopenharmony_cifi
862306a36Sopenharmony_cicomm=$1
962306a36Sopenharmony_cishift
1062306a36Sopenharmony_ciperf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
11

Indexes created Thu Nov 07 10:32:03 CST 2024