Searched refs:btf_kobj (Results 1 – 2 of 2) sorted by relevance
52 struct kobject *btf_kobj; variable62 btf_kobj = kobject_create_and_add("btf", kernel_kobj); in btf_vmlinux_init()63 if (!btf_kobj) in btf_vmlinux_init()66 return sysfs_create_bin_file(btf_kobj, &bin_attr_btf_vmlinux); in btf_vmlinux_init()
65 extern struct kobject *btf_kobj;