Sign in
zircon-guest
/
third_party
/
linux
/
fde4e2f73208b8f34f123791e39c0cb6bc74b32a
/
.
/
tools
/
perf
/
scripts
/
python
/
bin
/
syscall-counts-by-pid-report
blob: f8044d192271898ea48265aea76bb141bfd285b8 [
file
] [
log
] [
blame
]
#!/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