retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

Only install generic hooks on probes having access to a type they can understand #248

Open atenart opened 1 year ago

atenart commented 1 year ago

Example: if a generic hook is operating on struct sk_buff, let's only install it on probes having access to that type.