Searched refs:bpf_vlog (Results 1 – 2 of 2) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_align.c | 608 static char bpf_vlog[32768]; variable 624 bpf_vlog, sizeof(bpf_vlog), 2); in do_test_single() 627 printf("%s", bpf_vlog); in do_test_single() 631 printf("%s", bpf_vlog); in do_test_single() 637 strncpy(bpf_vlog_copy, bpf_vlog, sizeof(bpf_vlog_copy)); in do_test_single() 655 printf("%s", bpf_vlog); in do_test_single() 662 printf("%s", bpf_vlog); in do_test_single()
|
D | test_verifier.c | 14066 static char bpf_vlog[UINT_MAX >> 8]; variable 14250 "GPL", 0, bpf_vlog, sizeof(bpf_vlog), 1); in do_test_single() 14261 strstr(bpf_vlog, "misaligned"); in do_test_single() 14280 if (!strstr(bpf_vlog, expected_err) && !reject_from_alignment) { in do_test_single() 14282 expected_err, bpf_vlog); in do_test_single() 14319 printf("%s", bpf_vlog); in do_test_single()
|