Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
602998be62493f75562204f6bb391c7095352de9
/
.
/
tests
/
bpf.test
blob: 6c77ae113e4fb0592fa154b69011f2939f11c8aa [
file
] [
log
] [
blame
]
#!/bin/sh
# Check bpf syscall decoding.
.
"${srcdir=.}/init.sh"
run_prog
>
/
dev
/
null
run_strace
-
ebpf $args
>
"$OUT"
match_grep
"$LOG"
"$OUT"
rm
-
f
"$OUT"
exit
0