4 lines
136 B
Bash
4 lines
136 B
Bash
#!/bin/bash
|
|
# description: workqueue stats (ins/exe/create/destroy)
|
|
perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/workqueue-stats.pl
|