Sign in
gem5
/
arm
/
linux
/
83ef7c75939f45f8da46976cdca4db0727276a2d
/
.
/
tools
/
perf
/
scripts
/
python
/
bin
/
syscall-counts-by-pid-report
blob: f8044d192271898ea48265aea76bb141bfd285b8 [
file
]
#!/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