Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
H A Dbeauty.h105 struct syscall_arg { struct
108 struct syscall_arg_fmt *fmt; argument
123 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx); argument
/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.c293 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
295 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro
/linux/tools/perf/
H A Dbuiltin-trace.c3034 struct syscall_arg syscall_arg = { global() local
4151 struct syscall_arg syscall_arg = { global() local
[all...]