containerd/vendor/github.com/cilium/ebpf
Kathryn Baldauf 63d2a0445c add local support for introspection service
Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
2020-01-03 11:42:21 -08:00
..
asm add local support for introspection service 2020-01-03 11:42:21 -08:00
internal add local support for introspection service 2020-01-03 11:42:21 -08:00
abi.go add local support for introspection service 2020-01-03 11:42:21 -08:00
collection.go add local support for introspection service 2020-01-03 11:42:21 -08:00
doc.go add local support for introspection service 2020-01-03 11:42:21 -08:00
elf_reader.go add local support for introspection service 2020-01-03 11:42:21 -08: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 add local support for introspection service 2020-01-03 11:42:21 -08:00
map.go add local support for introspection service 2020-01-03 11:42:21 -08:00
marshalers.go add local support for introspection service 2020-01-03 11:42:21 -08:00
prog.go add local support for introspection service 2020-01-03 11:42:21 -08:00
ptr_32_be.go add local support for introspection service 2020-01-03 11:42:21 -08:00
ptr_32_le.go add local support for introspection service 2020-01-03 11:42:21 -08:00
ptr_64.go add local support for introspection service 2020-01-03 11:42:21 -08:00
readme.md add local support for introspection service 2020-01-03 11:42:21 -08:00
syscalls.go add local support for introspection service 2020-01-03 11:42:21 -08:00
types_string.go add local support for introspection service 2020-01-03 11:42:21 -08:00
types.go add local support for introspection service 2020-01-03 11:42:21 -08: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