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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c9748 static inline int find_attach_btf_id(struct btf *btf, const char *name, function
9771 err = find_attach_btf_id(btf, name, attach_type);
9821 ret = find_attach_btf_id(obj->btf_vmlinux, attach_name, attach_type);
9837 ret = find_attach_btf_id(mod->btf, attach_name, attach_type);

Completed in 157 milliseconds