Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf_internal.h372 FEAT_BTF_FUNC, enumerator
H A Dlibbpf.c2809 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC);
2823 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC);
5322 [FEAT_BTF_FUNC] = {
6539 if (!obj->btf_ext || !kernel_supports(obj, FEAT_BTF_FUNC))
7364 if (btf_fd >= 0 && kernel_supports(obj, FEAT_BTF_FUNC)) {

Completed in 19 milliseconds