5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
|
#!/bin/bash
|
||
|
# description: system-wide syscall counts, by pid
|
||
|
# args: [comm]
|
||
|
perf trace -s ~/libexec/perf-core/scripts/python/syscall-counts-by-pid.py $1
|