Searched refs:btf_tmp_path (Results 1 – 1 of 1) sorted by relevance
7969 const char *kconfig, *btf_tmp_path, *token_path; in bpf_object_open() local8030 btf_tmp_path = OPTS_GET(opts, btf_custom_path, NULL); in bpf_object_open()8031 if (btf_tmp_path) { in bpf_object_open()8032 if (strlen(btf_tmp_path) >= PATH_MAX) { in bpf_object_open()8036 obj->btf_custom_path = strdup(btf_tmp_path); in bpf_object_open()