Searched refs:targ_btf_path (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/bpf/bpftool/
H A Dgen.c1940 btfgen_new_info(const char *targ_btf_path) argument
1949 info->src_btf = btf__parse(targ_btf_path, NULL);
1952 p_err("failed parsing '%s' BTF file: %s", targ_btf_path, strerror(errno));
1956 info->marked_btf = btf__parse(targ_btf_path, NULL);
1959 p_err("failed parsing '%s' BTF file: %s", targ_btf_path, strerror(errno));
/linux-master/tools/lib/bpf/
H A Dlibbpf.c5768 bpf_object__relocate_core(struct bpf_object *obj, const char *targ_btf_path) argument
5784 if (targ_btf_path) {
5785 obj->btf_vmlinux_override = btf__parse(targ_btf_path, NULL);
6918 static int bpf_object__relocate(struct bpf_object *obj, const char *targ_btf_path) argument
6925 err = bpf_object__relocate_core(obj, targ_btf_path);

Completed in 898 milliseconds