Sign in
googlers
/
maze
/
linux
/
25f3a5a2854dce8b8413fd24cc9d5b9e3632be54
/
.
/
tools
/
perf
/
scripts
/
python
/
bin
/
syscall-counts-report
blob: a366aa61612fba6795609b9b0c0dc56a9d9f9ed2 [
file
] [
log
] [
blame
]
#!/bin/bash
# description: system-wide syscall counts
# args: [comm]
perf trace
-
s
~/
libexec
/
perf
-
core
/
scripts
/
python
/
syscall
-
counts
.
py $1