Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dksyms.c10 const char *btf_path = "/sys/kernel/btf/vmlinux"; in test_ksyms() local
30 if (!ASSERT_OK(stat(btf_path, &st), "stat_btf")) in test_ksyms()
/linux/tools/bpf/resolve_btfids/
H A Dmain.c124 const char *btf_path; member
596 btf = btf__parse_split(obj->btf_path ?: obj->path, base_btf); in load_btf()
600 obj->btf_path ?: obj->path, strerror(-err)); in load_btf()
1491 OPT_STRING(0, "btf", &obj.btf_path, "file", in main()