enum_utrace_syscall_action

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

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.