Home
last modified time | relevance | path

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

/linux-4.4.14/samples/seccomp/
Dbpf-direct.c30 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
130 BPF_STMT(BPF_LD+BPF_W+BPF_ABS, syscall_arg(0)), in install_filter()
135 BPF_STMT(BPF_LD+BPF_W+BPF_ABS, syscall_arg(0)), in install_filter()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c273 struct syscall_arg { struct
301 struct syscall_arg *arg) in __syscall_arg__scnprintf_strarray() argument
313 struct syscall_arg *arg) in syscall_arg__scnprintf_strarray()
326 struct syscall_arg *arg) in syscall_arg__scnprintf_strhexarray()
335 struct syscall_arg *arg);
340 struct syscall_arg *arg) in syscall_arg__scnprintf_fd_at()
353 struct syscall_arg *arg);
358 struct syscall_arg *arg) in syscall_arg__scnprintf_hex()
366 struct syscall_arg *arg) in syscall_arg__scnprintf_int()
374 struct syscall_arg *arg) in syscall_arg__scnprintf_mmap_prot()
[all …]
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro
442 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, syscall_arg(0)), in TEST_SIGNAL()
482 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, syscall_arg(5)), in TEST_SIGNAL()
527 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, syscall_arg(6)), in TEST()