Home
last modified time | relevance | path

Searched refs:btf_custom_path (Results 1 – 2 of 2) sorted by relevance

/external/libbpf/src/
Dlibbpf.h110 const char *btf_custom_path; member
Dlibbpf.c532 char *btf_custom_path; member
2904 if (obj->btf_ext && obj->btf_ext->core_relo_info.len && !obj->btf_custom_path) in obj_needs_vmlinux_btf()
7019 btf_tmp_path = OPTS_GET(opts, btf_custom_path, NULL); in bpf_object_open()
7025 obj->btf_custom_path = strdup(btf_tmp_path); in bpf_object_open()
7026 if (!obj->btf_custom_path) { in bpf_object_open()
7500 err = err ? : bpf_object__relocate(obj, obj->btf_custom_path ? : target_btf_path); in bpf_object_load()
8164 zfree(&obj->btf_custom_path); in bpf_object__close()