We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039be1e commit ef54c30Copy full SHA for ef54c30
prog.go
@@ -64,9 +64,10 @@ type ProgramSpec struct {
64
// See https://www.kernel.org/doc/html/latest/process/license-rules.html#id1
65
License string
66
67
- // Version used by tracing programs.
+ // Version used by Kprobe programs.
68
//
69
- // Deprecated: superseded by BTF.
+ // Deprecated on kernels 5.0 and later. Leave empty to let the library
70
+ // detect this value automatically.
71
KernelVersion uint32
72
73
// The BTF associated with this program. Changing Instructions
0 commit comments