Lines Matching refs:bpf_vlog
741 static char bpf_vlog[UINT_MAX >> 8]; variable
757 .log_buf = bpf_vlog, in load_btf_spec()
758 .log_size = sizeof(bpf_vlog), in load_btf_spec()
1605 opts.log_buf = bpf_vlog; in do_test_single()
1606 opts.log_size = sizeof(bpf_vlog); in do_test_single()
1639 if (expected_ret == VERBOSE_ACCEPT && !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single()
1647 if (!expected_err || !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single()
1649 expected_err, bpf_vlog); in do_test_single()
1658 proc = strstr(bpf_vlog, "processed "); in do_test_single()
1668 printf(", verifier log:\n%s", bpf_vlog); in do_test_single()
1723 printf("%s", bpf_vlog); in do_test_single()