Home
last modified time | relevance | path

Searched refs:btf_is_func (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/
H A D0001-Fix-segfault-when-btf__type_by_id-returns-NULL.patch70 if (!btf_is_func(t))
89 if (!btf_is_func(t))
108 if (!btf_is_func(t))
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.h269 static inline bool btf_is_func(const struct btf_type *t) in btf_is_func() function
H A Dlibbpf.c2424 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()
2427 } else if (!has_func_global && btf_is_func(t)) { in bpf_object__sanitize_btf()
/OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/
H A Dmain.c510 if (btf_is_func(type) && nr_funcs) { in symbols_resolve()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dbtf_dumper.c72 if (!func_type || !btf_is_func(func_type)) in dump_prog_id_as_func_ptr()