You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libbpf-rs: Refine signature of Program::attach_usdt()
The Program::attach_usdt() method is generic over the USDT provider name
and the USDT name. However, given that both arguments reference the same
type parameter, they have to be of the same source type. That's an
unnecessary restriction and almost certainly not the intention.
Fix it up by making all type parameters independent of each other.
Signed-off-by: Daniel Müller <deso@posteo.net>
0 commit comments