Home
last modified time | relevance | path

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

/tools/include/nolibc/sys/
A Dsyscall.h17 #define syscall(...) _syscall_n(_syscall_narg(__VA_ARGS__), ##__VA_ARGS__) macro
/tools/perf/bench/
A Dsyscall.c75 static int bench_syscall_common(int argc, const char **argv, int syscall) in bench_syscall_common()
/tools/perf/
A Dbuiltin-trace.c1466 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 Dproc-pid-vm.c114 #define syscall 0x0f, 0x05 macro
/tools/include/nolibc/
A Dsys.h52 static __inline__ int __nolibc_enosys(const char *syscall, ...) in __nolibc_enosys()
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c1956 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