Searched defs:BTF_FUNC_GLOBAL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_write.c | 198 ASSERT_EQ(btf_vlen(t), BTF_FUNC_GLOBAL, "func_vlen"); in test_btf_write() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_write.c | 225 ASSERT_EQ(btf_vlen(t), BTF_FUNC_GLOBAL, "func_vlen"); in gen_btf() local
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | btf.h | 151 BTF_FUNC_GLOBAL = 1, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btf.h | 151 BTF_FUNC_GLOBAL = 1, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btf.h | 158 BTF_FUNC_GLOBAL = 1, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btf.h | 99 BTF_FUNC_GLOBAL = 1, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | btf.h | 158 BTF_FUNC_GLOBAL = 1, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btf.h | 99 BTF_FUNC_GLOBAL = 1, enumerator
|
Completed in 4 milliseconds