Home
last modified time | relevance | path

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

/linux/samples/seccomp/ !
H A Dbpf-direct.c31 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
/linux/tools/testing/selftests/seccomp/ !
H A Dseccomp_bpf.c304 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
306 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro
/linux/tools/perf/ !
H A Dbuiltin-trace.c3173 struct syscall_arg syscall_arg = { in trace__fprintf_tp_fields() local
4284 struct syscall_arg syscall_arg = { in trace__expand_filter() local