rust-bpf / rust-bcc

user-friendly rust bindings for the bpf compiler collection
MIT License
475 stars 54 forks source link

rename probe 'name' to 'handler' #117

Closed brayniac closed 4 years ago

brayniac commented 4 years ago

Currently, 'name' refers to the BPF function name of the probe handler. It seems like it would be more clear to call this a handler.