Skip to content

Latest commit

 

History

History

bpf-processor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

BPF Processor

Annotation processor for processing BPF annotations and generating source code.

This is in its earliest stages of experimentation.

Requirements

  • clang
  • libbpf
  • bpftool

Or on Ubuntu or Debian:

    sudo apt install clang libbpf-dev linux-tools-common linux-tools-$(uname -r)