Home
last modified time | relevance | path

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

/tools/perf/util/
Dsyscalltbl.c56 struct syscall { struct
64 const struct syscall *entry = ventry; in syscallcmpname() argument
/tools/perf/bench/
Dsyscall.c75 static int bench_syscall_common(int argc, const char **argv, int syscall) in bench_syscall_common()
/tools/include/nolibc/
Dunistd.h63 #define syscall(...) _syscall_n(_syscall_narg(__VA_ARGS__), ##__VA_ARGS__) macro
Dsys.h52 static __inline__ int __nolibc_enosys(const char *syscall, ...) in __nolibc_enosys()
/tools/perf/
Dbuiltin-trace.c1450 struct syscall { struct
1464 const struct syscall_fmt *fmt; argument
1465 struct syscall_arg_fmt *arg_fmt; argument
1470 * don't know what is the duration of a syscall, for instance, when we start argument
/tools/testing/selftests/proc/
Dproc-pid-vm.c114 #define syscall 0x0f, 0x05 macro
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1945 pid_t tracee, long *syscall, long *ret) in __change_syscall()
1971 pid_t tracee, long syscall) in change_syscall_nr()
1980 long syscall = -1; in change_syscall_ret() local