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

/linux-master/tools/lib/bpf/
H A Dfeatures.c501 [FEAT_BTF_FUNC] = {
H A Dlibbpf_internal.h342 FEAT_BTF_FUNC, enumerator in enum:kern_feature_id
H A Dlibbpf.c3002 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC);
3017 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC);
6119 if (!obj->btf_ext || !kernel_supports(obj, FEAT_BTF_FUNC))
7351 if (btf_fd >= 0 && kernel_supports(obj, FEAT_BTF_FUNC)) {

Completed in 232 milliseconds