Searched defs:syscall (Results 1 – 6 of 6) sorted by relevance
/tools/include/nolibc/sys/ |
A D | syscall.h | 17 #define syscall(...) _syscall_n(_syscall_narg(__VA_ARGS__), ##__VA_ARGS__) macro
|
/tools/perf/bench/ |
A D | syscall.c | 75 static int bench_syscall_common(int argc, const char **argv, int syscall) in bench_syscall_common()
|
/tools/perf/ |
A D | builtin-trace.c | 1466 struct syscall { struct 1474 * @args_size: sum of the sizes of the syscall arguments, anything argument 1491 * @nonexistent: Name lookup failed. Just a hole in the syscall table, argument 1498 const struct syscall_fmt *fmt; argument 1499 struct syscall_arg_fmt *arg_fmt; argument 1504 * don't know what is the duration of a syscall, for instance, when we start argument 4783 int syscall; member
|
/tools/testing/selftests/proc/ |
A D | proc-pid-vm.c | 114 #define syscall 0x0f, 0x05 macro
|
/tools/include/nolibc/ |
A D | sys.h | 52 static __inline__ int __nolibc_enosys(const char *syscall, ...) in __nolibc_enosys()
|
/tools/testing/selftests/seccomp/ |
A D | seccomp_bpf.c | 1956 pid_t tracee, long *syscall, long *ret) in __change_syscall() 1982 pid_t tracee, long syscall) in change_syscall_nr() 1991 long syscall = -1; in change_syscall_ret() local
|
Completed in 32 milliseconds