repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
bpf
/
benchs
/
run_bench_rename.sh
blob
16f774b1cdbede886823a703236573e2728e0a1d
1
#!/bin/bash
2
3
set -eufo
pipefail
4
5
for
i
in
base kprobe kretprobe rawtp fentry fexit fmodret
6
do
7
summary
=
$
(
sudo .
/
bench
-w2 -d5 -a
rename-
$i
|
tail
-n1
| cut
-d
'('
-f1
| cut
-d
' '
-f3-
)
8
printf
"%-10s: %s
\n
"
$i
"
$summary
"
9
done