Searched refs:find_btf_by_prefix_kind (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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() 8677 static int find_btf_by_prefix_kind(const struct btf *btf, const char *prefix, in find_btf_by_prefix_kind() function 8700 err = find_btf_by_prefix_kind(btf, BTF_TRACE_PREFIX, name, in __find_vmlinux_btf_id() 8703 err = find_btf_by_prefix_kind(btf, BTF_LSM_PREFIX, name, in __find_vmlinux_btf_id() 8706 err = find_btf_by_prefix_kind(btf, BTF_ITER_PREFIX, name, in __find_vmlinux_btf_id()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 922 static int find_btf_by_prefix_kind(const struct btf *btf, const char *prefix, 949 kern_vtype_id = find_btf_by_prefix_kind(btf, STRUCT_OPS_VALUE_PREFIX, in find_struct_ops_kern_types() 9271 static int find_btf_by_prefix_kind(const struct btf *btf, const char *prefix, in find_btf_by_prefix_kind() function 9295 return find_btf_by_prefix_kind(btf, prefix, name, kind); in find_attach_btf_id()
|
Completed in 30 milliseconds