Searched refs:bpf_vlog (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | align.c | 590 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-v5.15/tools/testing/selftests/bpf/ |
D | test_verifier.c | 695 static char bpf_vlog[UINT_MAX >> 8]; variable 1109 fd_prog = bpf_load_program_xattr(&attr, bpf_vlog, sizeof(bpf_vlog)); in do_test_single() 1135 if (expected_ret == VERBOSE_ACCEPT && !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single() 1143 if (!expected_err || !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single() 1145 expected_err, bpf_vlog); in do_test_single() 1154 proc = strstr(bpf_vlog, "processed "); in do_test_single() 1164 printf(", verifier log:\n%s", bpf_vlog); in do_test_single() 1215 printf("%s", bpf_vlog); in do_test_single()
|