Sign in
android-kvm
/
linux
/
cd7fa3e1b0bc9c210eba23edbe8d6884f0368281
/
.
/
tools
/
testing
/
selftests
/
bpf
/
benchs
/
run_bench_rename.sh
blob: 7b281dbe4165668d2eebd1162c8cc86d4aa3d712 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
eufo pipefail
for
i
in
base kprobe kretprobe rawtp fentry fexit
do
summary
=
$
(
sudo
./
bench
-
w2
-
d5
-
a rename
-
$i
|
tail
-
n1
|
cut
-
d
'('
-
f1
|
cut
-
d
' '
-
f3
-)
printf
"%-10s: %s\n"
$i
"$summary"
done