Searched defs:syscall (Results  1 – 7 of 7) sorted by relevance
| /tools/perf/util/ | 
| D | syscalltbl.c | 56 struct syscall {  struct 64 	const struct syscall *entry = ventry;  in syscallcmpname()  argument
  | 
| /tools/perf/bench/ | 
| D | syscall.c | 75 static int bench_syscall_common(int argc, const char **argv, int syscall)  in bench_syscall_common()
  | 
| /tools/include/nolibc/ | 
| D | unistd.h | 63 #define syscall(...) _syscall_n(_syscall_narg(__VA_ARGS__), ##__VA_ARGS__)  macro
  | 
| D | sys.h | 52 static __inline__ int __nolibc_enosys(const char *syscall, ...)  in __nolibc_enosys()
  | 
| /tools/perf/ | 
| D | builtin-trace.c | 1450 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/ | 
| D | proc-pid-vm.c | 114 #define syscall	0x0f, 0x05  macro
  | 
| /tools/testing/selftests/seccomp/ | 
| D | seccomp_bpf.c | 1945 		    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
  |