Searched refs:btf_tmp_path (Results 1 – 1 of 1) sorted by relevance
6374 const char *obj_name, *kconfig, *btf_tmp_path; in __bpf_object__open() local6405 btf_tmp_path = OPTS_GET(opts, btf_custom_path, NULL); in __bpf_object__open()6406 if (btf_tmp_path) { in __bpf_object__open()6407 if (strlen(btf_tmp_path) >= PATH_MAX) { in __bpf_object__open()6411 obj->btf_custom_path = strdup(btf_tmp_path); in __bpf_object__open()