Name
enum utrace_syscall_action —
disposition of system call attempt
Synopsis
enum utrace_syscall_action {
UTRACE_SYSCALL_RUN,
UTRACE_SYSCALL_ABORT
};
Constants
- UTRACE_SYSCALL_RUN
Run the system call.
- UTRACE_SYSCALL_ABORT
Don't run the system call.
Description
This is encoded in the action
argument and the return value for
a report_syscall_entry
callback.