Lines Matching refs:kernel
1 What: /sys/kernel/btf
4 Contact: bpf@vger.kernel.org
6 Contains BTF type information and related data for kernel and
7 kernel modules.
9 What: /sys/kernel/btf/vmlinux
12 Contact: bpf@vger.kernel.org
14 Read-only binary attribute exposing kernel's own BTF type
15 information with description of all internal kernel types. See
19 What: /sys/kernel/btf/<module-name>
22 Contact: bpf@vger.kernel.org
24 Read-only binary attribute exposing kernel module's BTF type
25 information as an add-on to the kernel's BTF (/sys/kernel/btf/vmlinux).