iopsystems / rezolus

Systems performance telemetry
Other
48 stars 8 forks source link

refactor bpf builder #255

Closed brayniac closed 2 months ago

brayniac commented 2 months ago

Wraps the Bpf struct in a new type with an associated builder to allow more friendly initialization of the userspace for a given BPF program.

This paves the way for a future PR to add dynamic distribution registration by splitting static initialization from runtime operations against the Bpf struct.