brintos

brintos / linux-shallow public Read only

0
0
Text · 742 B · fe96efd Raw
26 lines · plain
1What:		/sys/kernel/btf2Date:		Aug 20193KernelVersion:	5.54Contact:	bpf@vger.kernel.org5Description:6		Contains BTF type information and related data for kernel and7		kernel modules.8 9What:		/sys/kernel/btf/vmlinux10Date:		Aug 201911KernelVersion:	5.512Contact:	bpf@vger.kernel.org13Description:14		Read-only binary attribute exposing kernel's own BTF type15		information with description of all internal kernel types. See16		Documentation/bpf/btf.rst for detailed description of format17		itself.18 19What:		/sys/kernel/btf/<module-name>20Date:		Nov 202021KernelVersion:	5.1122Contact:	bpf@vger.kernel.org23Description:24		Read-only binary attribute exposing kernel module's BTF type25		information as an add-on to the kernel's BTF (/sys/kernel/btf/vmlinux).26