Home
last modified time | relevance | path

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

/tools/perf/util/
Dsyscalltbl.c30 struct syscall { struct
38 const struct syscall *entry = ventry; in syscallcmpname() argument
/tools/perf/
Dbuiltin-trace.c818 struct syscall { struct
824 struct syscall_fmt *fmt; argument
825 size_t (**arg_scnprintf)(char *bf, size_t size, struct syscall_arg *arg); argument
831 * don't know what is the duration of a syscall, for instance, when we start argument
/tools/kvm/kvm_stat/
Dkvm_stat343 syscall = libc.syscall variable
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1309 pid_t tracee, int syscall) in change_syscall()