mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
5 lines
154 B
Text
5 lines
154 B
Text
|
|
#!/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
|