Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dalign.c590 static char bpf_vlog[32768]; variable
606 "GPL", 0, bpf_vlog, sizeof(bpf_vlog), 2); in do_test_single()
609 printf("%s", bpf_vlog); in do_test_single()
613 printf("%s", bpf_vlog); in do_test_single()
619 strncpy(bpf_vlog_copy, bpf_vlog, sizeof(bpf_vlog_copy)); in do_test_single()
637 printf("%s", bpf_vlog); in do_test_single()
644 printf("%s", bpf_vlog); in do_test_single()
/linux/tools/testing/selftests/bpf/
A Dtest_verifier.c735 static char bpf_vlog[UINT_MAX >> 8]; variable
1157 fd_prog = bpf_load_program_xattr(&attr, bpf_vlog, sizeof(bpf_vlog)); in do_test_single()
1189 if (expected_ret == VERBOSE_ACCEPT && !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single()
1197 if (!expected_err || !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single()
1199 expected_err, bpf_vlog); in do_test_single()
1208 proc = strstr(bpf_vlog, "processed "); in do_test_single()
1218 printf(", verifier log:\n%s", bpf_vlog); in do_test_single()
1269 printf("%s", bpf_vlog); in do_test_single()

Completed in 7 milliseconds