containerd/vendor/github.com/cilium/ebpf
Sebastiaan van Stijn 004ff8b995
vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644
full diff: 60c3aa43f4...4032b1d8aa

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-09 15:22:12 +02:00
..
asm add local support for introspection service 2020-01-03 11:42:21 -08:00
internal vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00
abi.go vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00
collection.go vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00
doc.go add local support for introspection service 2020-01-03 11:42:21 -08:00
elf_reader.go vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00
go.mod add local support for introspection service 2020-01-03 11:42:21 -08:00
LICENSE add local support for introspection service 2020-01-03 11:42:21 -08:00
linker.go vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00
map.go vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00
marshalers.go vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00
prog.go vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00
readme.md add local support for introspection service 2020-01-03 11:42:21 -08:00
syscalls.go vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00
types_string.go vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00
types.go vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644 2020-05-09 15:22:12 +02:00

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.

Useful resources