Searched refs:bpf_vlog (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_align.c | 608 static char bpf_vlog[32768]; variable 624 "GPL", 0, bpf_vlog, sizeof(bpf_vlog), 2); in do_test_single() 627 printf("%s", bpf_vlog); in do_test_single() 631 printf("%s", bpf_vlog); in do_test_single() 637 strncpy(bpf_vlog_copy, bpf_vlog, sizeof(bpf_vlog_copy)); in do_test_single() 655 printf("%s", bpf_vlog); in do_test_single() 662 printf("%s", bpf_vlog); in do_test_single()
|
| D | test_verifier.c | 615 static char bpf_vlog[UINT_MAX >> 8]; variable 948 fd_prog = bpf_load_program_xattr(&attr, bpf_vlog, sizeof(bpf_vlog)); in do_test_single() 968 if (expected_ret == VERBOSE_ACCEPT && !cmp_str_seq(bpf_vlog, expected_err)) { in do_test_single() 976 if (!expected_err || !strstr(bpf_vlog, expected_err)) { in do_test_single() 978 expected_err, bpf_vlog); in do_test_single() 987 proc = strstr(bpf_vlog, "processed "); in do_test_single() 997 printf(", verifier log:\n%s", bpf_vlog); in do_test_single() 1048 printf("%s", bpf_vlog); in do_test_single()
|