Searched refs:bpf_vlog (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | align.c | 600 static char bpf_vlog[32768]; variable 609 .log_buf = bpf_vlog, in do_test_single() 610 .log_size = sizeof(bpf_vlog), in do_test_single() 624 printf("%s", bpf_vlog); in do_test_single() 628 printf("%s", bpf_vlog); in do_test_single() 634 strncpy(bpf_vlog_copy, bpf_vlog, sizeof(bpf_vlog_copy)); in do_test_single() 656 printf("%s", bpf_vlog); in do_test_single() 681 printf("%s", bpf_vlog); in do_test_single()
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_verifier.c | 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() [all …]
|
Completed in 12 milliseconds