open-nomad/vendor/github.com/cilium/ebpf
Shengjing Zhu 311fe43b3c Vendor sync 2020-08-20 00:31:07 +08:00
..
asm Vendor sync 2020-08-20 00:31:07 +08:00
internal Vendor sync 2020-08-20 00:31:07 +08:00
.gitignore Upgrade libcontainer dependency 2020-06-22 16:56:54 -04:00
CODE_OF_CONDUCT.md Upgrade libcontainer dependency 2020-06-22 16:56:54 -04:00
LICENSE Upgrade libcontainer dependency 2020-06-22 16:56:54 -04:00
abi.go Vendor sync 2020-08-20 00:31:07 +08:00
collection.go Vendor sync 2020-08-20 00:31:07 +08:00
doc.go Upgrade libcontainer dependency 2020-06-22 16:56:54 -04:00
elf_reader.go Vendor sync 2020-08-20 00:31:07 +08:00
go.mod Vendor sync 2020-08-20 00:31:07 +08:00
go.sum Vendor sync 2020-08-20 00:31:07 +08:00
linker.go Vendor sync 2020-08-20 00:31:07 +08:00
map.go Vendor sync 2020-08-20 00:31:07 +08:00
marshalers.go Vendor sync 2020-08-20 00:31:07 +08:00
prog.go Vendor sync 2020-08-20 00:31:07 +08:00
readme.md Upgrade libcontainer dependency 2020-06-22 16:56:54 -04:00
run-tests.sh Vendor sync 2020-08-20 00:31:07 +08:00
syscalls.go Vendor sync 2020-08-20 00:31:07 +08:00
types.go Upgrade libcontainer dependency 2020-06-22 16:56:54 -04:00
types_string.go Upgrade libcontainer dependency 2020-06-22 16:56:54 -04:00

readme.md

eBPF

eBPF is a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs. It has minimal external dependencies and is intended to be used in long running processes.

ebpf/asm contains a basic assembler.

The library is maintained by Cloudflare and Cilium. Feel free to join the libbpf-go channel on Slack.

Current status

The package is production ready, but the API is explicitly unstable right now. Expect to update your code if you want to follow along.

Requirements

  • A version of Go that is supported by upstream
  • Linux 4.9, 4.19 or 5.4 (versions in-between should work, but are not tested)

Useful resources