twitter / rezolus

Systems performance telemetry
Apache License 2.0
1.55k stars 115 forks source link

fix: scheduler BPF #291

Closed brayniac closed 2 years ago

brayniac commented 2 years ago

Made incorrect assumption about the result of the symbol lookup function in #288 which results in incorrect behavior.

This changes it to depend on whether the symbol is found or not which results in the correct behavior.