Searched refs:print_seccomp_fprog (Results 1 – 4 of 4) sorted by relevance
/external/strace/ |
D | bpf_seccomp_filter.c | 61 print_seccomp_fprog(struct tcb *const tcp, const kernel_ulong_t addr, in print_seccomp_fprog() function
|
D | process.c | 278 print_seccomp_fprog(tcp, data, tcp->u_rval); in SYS_FUNC()
|
D | defs.h | 929 print_seccomp_fprog(struct tcb *, kernel_ulong_t addr, unsigned short len);
|
D | ChangeLog | 14553 print_bpf_filter, print_seccomp_fprog, print_seccomp_filter): Remove. 21573 print_siginfo_array and print_seccomp_fprog do the right thing 21707 * defs.h (print_seccomp_filter, print_seccomp_fprog): Change 21709 * seccomp.c (print_seccomp_filter, print_seccomp_fprog, 29572 PTRACE_SECCOMP_GET_FILTER request on exiting using print_seccomp_fprog. 29676 Export print_seccomp_fprog for further use in parser of ptrace syscall. 29677 * defs.h (print_seccomp_fprog): New prototype. 29678 * seccomp.c (print_seccomp_fprog): Remove "static" keyword. 29899 (print_seccomp_fprog): Use it via print_array. 31345 print_seccomp_fprog. [all …]
|