Searched refs:find_btf_by_prefix_kind (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/lib/bpf/ |
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() 8593 static int find_btf_by_prefix_kind(const struct btf *btf, const char *prefix, in find_btf_by_prefix_kind() function 8616 err = find_btf_by_prefix_kind(btf, BTF_TRACE_PREFIX, name, in __find_vmlinux_btf_id() 8619 err = find_btf_by_prefix_kind(btf, BTF_LSM_PREFIX, name, in __find_vmlinux_btf_id() 8622 err = find_btf_by_prefix_kind(btf, BTF_ITER_PREFIX, name, in __find_vmlinux_btf_id()
|