Home
last modified time | relevance | path

Searched defs:syscall_arg (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/perf/trace/beauty/
Dbeauty.h43 struct syscall_arg { struct
53 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx); argument
/Linux-v4.19/samples/seccomp/
Dbpf-direct.c31 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c166 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
168 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro