Searched refs:find_btf_by_prefix_kind (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 718 static int find_btf_by_prefix_kind(const struct btf *btf, const char *prefix, 745 kern_vtype_id = find_btf_by_prefix_kind(btf, STRUCT_OPS_VALUE_PREFIX, in find_struct_ops_kern_types() 8674 static int find_btf_by_prefix_kind(const struct btf *btf, const char *prefix, in find_btf_by_prefix_kind() function 8697 err = find_btf_by_prefix_kind(btf, BTF_TRACE_PREFIX, name, in __find_vmlinux_btf_id() 8700 err = find_btf_by_prefix_kind(btf, BTF_LSM_PREFIX, name, in __find_vmlinux_btf_id() 8703 err = find_btf_by_prefix_kind(btf, BTF_ITER_PREFIX, name, in __find_vmlinux_btf_id()
|