Sign in
android-kvm
/
linux
/
51ceeb1a8142537b9f65aeaac6c301560a948197
/
.
/
tools
/
testing
/
selftests
/
bpf
/
benchs
/
run_bench_uprobes.sh
blob: af169f831f2f25f6207692512e130fc0e4bd2ffe [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
eufo pipefail
for
i
in
usermode
-
count syscall
-
count
{
uprobe
,
uretprobe
}-{
nop
,
push
,
ret
}
do
summary
=
$
(
sudo
./
bench
-
w2
-
d5
-
a trig
-
$i
|
tail
-
n1
|
cut
-
d
'('
-
f1
|
cut
-
d
' '
-
f3
-)
printf
"%-15s: %s\n"
$i
"$summary"
done