]> Git Repo - linux.git/blobdiff - tools/testing/selftests/bpf/prog_tests/resolve_btfids.c
selftests/bpf: Store BPF object files with .bpf.o extension
[linux.git] / tools / testing / selftests / bpf / prog_tests / resolve_btfids.c
index c197261d02e277e5a766767472a148cd48536056..f81d08d429a2433ccd24d0d7b57a1f7bcd046d5f 100644 (file)
@@ -101,7 +101,7 @@ static int resolve_symbols(void)
        int type_id;
        __u32 nr;
 
-       btf = btf__parse_elf("btf_data.o", NULL);
+       btf = btf__parse_elf("btf_data.bpf.o", NULL);
        if (CHECK(libbpf_get_error(btf), "resolve",
                  "Failed to load BTF from btf_data.o\n"))
                return -1;
This page took 0.034501 seconds and 4 git commands to generate.