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