Home | History | Annotate | Download | only in tests-m32
      1 #!/bin/sh
      2 
      3 # Check io_* syscalls decoding.
      4 
      5 . "${srcdir=.}/init.sh"
      6 
      7 syscalls=io_setup,io_submit,io_getevents,io_cancel,io_destroy
      8 run_strace_match_diff -a14 -e trace=$syscalls
      9