1ENUM UTRACE_SYSCALL_(9)         utrace core API        ENUM UTRACE_SYSCALL_(9)
2
3
4

NAME

6       enum_utrace_syscall_action - disposition of system call attempt
7

SYNOPSIS

9       enum utrace_syscall_action {
10         UTRACE_SYSCALL_RUN,
11         UTRACE_SYSCALL_ABORT
12       };
13

CONSTANTS

15       UTRACE_SYSCALL_RUN
16           Run the system call.
17
18       UTRACE_SYSCALL_ABORT
19           DonĀ“t run the system call.
20

DESCRIPTION

22       This is encoded in the action argument and the return value for a
23       report_syscall_entry callback.
24
25
26
27Kernel Hackers Manual 2.6.         June 2019           ENUM UTRACE_SYSCALL_(9)
Impressum