iopsystems / rezolus

Systems performance telemetry
Other
48 stars 8 forks source link

bpf: use relaxed atomics #276

Closed brayniac closed 1 month ago

brayniac commented 1 month ago

Replace all __sync_fetch_and_add with __atomic_fetch_add with relaxed ordering in the BPF code.