Home
last modified time | relevance | path

Searched refs:btf_get_module_btf (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dbtf.h240 struct btf *btf_get_module_btf(const struct module *module);
/linux/kernel/bpf/
H A Dbtf.c8660 struct btf *btf_get_module_btf(const struct module *module) in btf_get_module_btf() function
9188 btf = btf_get_module_btf(kset->owner); in __register_btf_kfunc_id_set()
9304 btf = btf_get_module_btf(owner); in register_btf_id_dtor_kfuncs()
9982 btf = btf_get_module_btf(st_ops->owner); in __register_bpf_struct_ops()
/linux/kernel/trace/
H A Dtrace_events.c2259 btf = btf_get_module_btf(mod); in event_btf_ids_read()