btf_parse_raw
return libbpf_ptr(btf_parse_raw(path, NULL));
return libbpf_ptr(btf_parse_raw(path, base_btf));
btf = btf_parse_raw(path, base_btf);