Searched defs:syscall (Results 1 – 7 of 7) sorted by relevance
/tools/perf/examples/bpf/ |
D | augmented_raw_syscalls.c | 30 struct syscall { struct 35 bpf_map(syscalls, ARRAY, int, struct syscall, 512); argument 251 struct syscall *syscall; in sys_enter() local
|
D | augmented_syscalls.c | 37 #define augmented_filename_syscall(syscall) \ argument 109 #define augmented_sockaddr_syscall(syscall) \ argument
|
D | etcsnoop.c | 33 #define augmented_filename_syscall_enter(syscall) \ argument
|
/tools/perf/util/ |
D | syscalltbl.c | 43 struct syscall { struct 51 const struct syscall *entry = ventry; in syscallcmpname() argument
|
/tools/perf/ |
D | builtin-trace.c | 1207 struct syscall { struct 1220 struct syscall_fmt *fmt; argument 1221 struct syscall_arg_fmt *arg_fmt; argument 1236 * don't know what is the duration of a syscall, for instance, when we start argument
|
/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 111 #define syscall 0x0f, 0x05 macro
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1918 pid_t tracee, long *syscall, long *ret) in __change_syscall() 1944 pid_t tracee, long syscall) in change_syscall_nr() 1953 long syscall = -1; in change_syscall_ret() local
|