Home
last modified time | relevance | path

Searched defs:syscall (Results 1 – 7 of 7) sorted by relevance

/tools/perf/examples/bpf/
Daugmented_raw_syscalls.c30 struct syscall { struct
35 bpf_map(syscalls, ARRAY, int, struct syscall, 512); argument
251 struct syscall *syscall; in sys_enter() local
Daugmented_syscalls.c37 #define augmented_filename_syscall(syscall) \ argument
109 #define augmented_sockaddr_syscall(syscall) \ argument
Detcsnoop.c33 #define augmented_filename_syscall_enter(syscall) \ argument
/tools/perf/util/
Dsyscalltbl.c43 struct syscall { struct
51 const struct syscall *entry = ventry; in syscallcmpname() argument
/tools/perf/
Dbuiltin-trace.c1207 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/
Dproc-pid-vm.c111 #define syscall 0x0f, 0x05 macro
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1918 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