Preface¶
Today I'll introduction a new open source project: mozillazg/libbpfgo-tools . It rewritted the control plane of bcc/libbpf-tools in golang with libbpfgo .
Goals¶
The goals of this project is:
- All ebpf related codes reuse from bcc repo and no need to changing these c codes.
- We only implement user space codes in golang with libbpfgo.
Status¶
From now, we implemented 28/46 of bcc libbpf-tools:
Comments