Searched defs:syscall (Results 1 – 5 of 5) sorted by relevance
| /kernel/trace/ |
| D | trace_syscalls.c | 81 find_syscall_meta(unsigned long syscall) in find_syscall_meta() 110 const char *get_syscall_name(int syscall) in get_syscall_name() 130 int i, syscall; in print_syscall_enter() local 175 int syscall; in print_syscall_exit() local
|
| D | trace.h | 1866 static inline const char *get_syscall_name(int syscall) in get_syscall_name()
|
| /kernel/ |
| D | seccomp.c | 525 static void seccomp_init_siginfo(siginfo_t *info, int syscall, int reason) in seccomp_init_siginfo() 543 static void seccomp_send_sigsys(int syscall, int reason) in seccomp_send_sigsys() 567 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, in seccomp_log()
|
| D | auditfilter.c | 197 int audit_match_class(int class, unsigned syscall) in audit_match_class()
|
| D | auditsc.c | 2447 void __audit_seccomp(unsigned long syscall, long signr, int code) in __audit_seccomp()
|