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