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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c7813 const char *obj_name, *kconfig, *btf_tmp_path, *token_path; local
7876 btf_tmp_path = OPTS_GET(opts, btf_custom_path, NULL);
7877 if (btf_tmp_path) {
7878 if (strlen(btf_tmp_path) >= PATH_MAX) {
7882 obj->btf_custom_path = strdup(btf_tmp_path);

Completed in 245 milliseconds