anakryiko / retsnoop

Investigate kernel error call stacks
BSD 2-Clause "Simplified" License
186 stars 32 forks source link

retsnoop: remove hard-coded maximum of 256 CPUs supported #49

Closed anakryiko closed 1 year ago

anakryiko commented 1 year ago

Dynamically determine number of CPUs and size BPF-side data accordingly. This removes previously hard-coded limitation of supporting machines with only up to 256 cores.