Home
last modified time | relevance | path

Searched refs:print_bpf_attr (Results 1 – 4 of 4) sorted by relevance

/external/strace/tests/
Dbpf.c151 print_bpf_attr(const struct bpf_attr_check *check, unsigned long addr) in print_bpf_attr() function
190 print_bpf_attr(check, addr); in test_bpf()
214 print_bpf_attr(check, addr); in test_bpf()
222 print_bpf_attr(check, addr); in test_bpf()
243 print_bpf_attr(check, addr); in test_bpf()
251 print_bpf_attr(check, addr); in test_bpf()
/external/strace/tests-m32/
Dbpf.c151 print_bpf_attr(const struct bpf_attr_check *check, unsigned long addr) in print_bpf_attr() function
190 print_bpf_attr(check, addr); in test_bpf()
214 print_bpf_attr(check, addr); in test_bpf()
222 print_bpf_attr(check, addr); in test_bpf()
243 print_bpf_attr(check, addr); in test_bpf()
251 print_bpf_attr(check, addr); in test_bpf()
/external/strace/tests-mx32/
Dbpf.c151 print_bpf_attr(const struct bpf_attr_check *check, unsigned long addr) in print_bpf_attr() function
190 print_bpf_attr(check, addr); in test_bpf()
214 print_bpf_attr(check, addr); in test_bpf()
222 print_bpf_attr(check, addr); in test_bpf()
243 print_bpf_attr(check, addr); in test_bpf()
251 print_bpf_attr(check, addr); in test_bpf()
/external/strace/
DChangeLog5746 * tests/bpf.c (print_bpf_attr): New function, a wrapper around