Lines Matching refs:bpf_vlog
739 static char bpf_vlog[UINT_MAX >> 8]; variable
755 .log_buf = bpf_vlog, in load_btf_spec()
756 .log_size = sizeof(bpf_vlog), in load_btf_spec()
1644 opts.log_buf = bpf_vlog; in do_test_single()
1645 opts.log_size = sizeof(bpf_vlog); in do_test_single()
1678 if (expected_ret == VERBOSE_ACCEPT && !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single()
1686 if (!expected_err || !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single()
1688 expected_err, bpf_vlog); in do_test_single()
1697 proc = strstr(bpf_vlog, "processed "); in do_test_single()
1707 printf(", verifier log:\n%s", bpf_vlog); in do_test_single()
1762 printf("%s", bpf_vlog); in do_test_single()