...

Source file src/github.com/cilium/ebpf/internal/sys/doc.go

Documentation: github.com/cilium/ebpf/internal/sys

     1  // Package sys contains bindings for the BPF syscall.
     2  package sys
     3  
     4  // Regenerate types.go by invoking go generate in the current directory.
     5  
     6  //go:generate go run github.com/cilium/ebpf/internal/cmd/gentypes ../../btf/testdata/vmlinux.btf.gz
     7  

View as plain text