Documentation ¶
Overview ¶
Package prebuilt implements prebuilt specific eBPF functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DeprecatedKernelVersionRhel is the kernel version // where prebuilt eBPF is deprecated on RHEL based kernels DeprecatedKernelVersionRhel = kernel.VersionCode(5, 14, 0) // DeprecatedKernelVersion is the kernel version // where prebuilt eBPF is deprecated on non-RHEL based kernels DeprecatedKernelVersion = kernel.VersionCode(6, 0, 0) )
Functions ¶
func IsDeprecated ¶
func IsDeprecated() bool
IsDeprecated returns true if prebuilt ebpf is deprecated on this host
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.