Home
last modified time | relevance | path

Searched refs:bpf_vlog (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_align.c608 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()
Dtest_verifier.c12631 static char bpf_vlog[UINT_MAX >> 8]; variable
12740 "GPL", 0, bpf_vlog, sizeof(bpf_vlog), 1); in do_test_single()
12749 strstr(bpf_vlog, "Unknown alignment."); in do_test_single()
12768 if (!strstr(bpf_vlog, expected_err) && !reject_from_alignment) { in do_test_single()
12770 expected_err, bpf_vlog); in do_test_single()
12803 printf("%s", bpf_vlog); in do_test_single()