bcc 0.0.34

Idiomatic Rust bindings for BPF Compiler Collection (BCC)
Documentation
1
2
3
4
int some_func(void *ctx){
    bpf_trace_printk("Hello, World!\\n");
    return 0;
}