strang1ato / nhi

:tv: Automatically capture all potentially useful information about each executed command (as well as its output) and get powerful querying mechanism
GNU General Public License v3.0
295 stars 11 forks source link

[BPF] Improve safety of potentially concurrent calls #3

Closed strang1ato closed 2 years ago

strang1ato commented 2 years ago

BPF spin locks don't support tracing programs, although according to manual this may change in the future.

EDIT: BPF maps are RCU protected so calls are mostly safe

strang1ato commented 2 years ago

Close this issue for now