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