diff options
Diffstat (limited to 'tools/perf/scripts/perl/bin/workqueue-stats-report')
-rw-r--r-- | tools/perf/scripts/perl/bin/workqueue-stats-report | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/scripts/perl/bin/workqueue-stats-report b/tools/perf/scripts/perl/bin/workqueue-stats-report new file mode 100644 index 00000000000..71cfbd182fb --- /dev/null +++ b/tools/perf/scripts/perl/bin/workqueue-stats-report @@ -0,0 +1,7 @@ +#!/bin/bash +# description: workqueue stats (ins/exe/create/destroy) +perf trace -s ~/libexec/perf-core/scripts/perl/workqueue-stats.pl + + + + |