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