Searched defs:syscall_arg (Results 1 - 4 of 4) sorted by relevance

/linux-master/samples/seccomp/
H A Dbpf-direct.c31 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
/linux-master/tools/perf/trace/beauty/
H A Dbeauty.h105 struct syscall_arg { struct
[all...]
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c291 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
293 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro
/linux-master/tools/perf/
H A Dbuiltin-trace.c2747 struct syscall_arg syscall_arg = { local
3751 struct syscall_arg syscall_arg = { local
[all...]

Completed in 178 milliseconds