Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.h134 const char *btf_custom_path; member
Dlibbpf.c686 char *btf_custom_path; member
3161 if (obj->btf_ext && obj->btf_ext->core_relo_info.len && !obj->btf_custom_path)
7614 btf_tmp_path = OPTS_GET(opts, btf_custom_path, NULL);
7620 obj->btf_custom_path = strdup(btf_tmp_path);
7621 if (!obj->btf_custom_path) {
8089 err = err ? : bpf_object__relocate(obj, obj->btf_custom_path ? : target_btf_path);
8581 zfree(&obj->btf_custom_path);