WIP FPC-III support
[linux/fpc-iii.git] / tools / testing / selftests / bpf / benchs / run_bench_rename.sh
blob16f774b1cdbede886823a703236573e2728e0a1d
1 #!/bin/bash
3 set -eufo pipefail
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