1ENUM UTRACE_SYSCALL_(9) utrace core API ENUM UTRACE_SYSCALL_(9)
2
3
4
6 enum_utrace_syscall_action - disposition of system call attempt
7
9 enum utrace_syscall_action {
10 UTRACE_SYSCALL_RUN,
11 UTRACE_SYSCALL_ABORT
12 };
13
15 UTRACE_SYSCALL_RUN
16 Run the system call.
17
18 UTRACE_SYSCALL_ABORT
19 DonĀ“t run the system call.
20
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)