rust-bpf / rust-bcc

user-friendly rust bindings for the bpf compiler collection
MIT License
475 stars 54 forks source link

refactor kprobes #110

Closed brayniac closed 4 years ago

brayniac commented 4 years ago

Refactor kprobes to use a builder-style pattern for constructing and attaching the probes.

Reduces code duplication between various version-specific implementations.