Searched refs:bpf_vlog (Results 1 – 2 of 2) sorted by relevance
737 static char bpf_vlog[UINT_MAX >> 5]; variable753 .log_buf = bpf_vlog, in load_btf_spec()754 .log_size = sizeof(bpf_vlog), in load_btf_spec()1601 opts.log_buf = bpf_vlog; in do_test_single()1602 opts.log_size = sizeof(bpf_vlog); in do_test_single()1635 if (expected_ret == VERBOSE_ACCEPT && !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single()1643 if (!expected_err || !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single()1645 expected_err, bpf_vlog); in do_test_single()1654 proc = strstr(bpf_vlog, "processed "); in do_test_single()1664 printf(", verifier log:\n%s", bpf_vlog); in do_test_single()[all …]