bcc 0.0.34

Idiomatic Rust bindings for BPF Compiler Collection (BCC)
Documentation
1
2
3
4
5
6
7
int trace_return(struct pt_regs *ctx)
{
  // Infinite loop, this should fail the verifier.
  for (;;) {}
  return 0;
}