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
In #28 we found that current tracer's API is not support attatching multiple C functions to the BPF which made it hard to tracking a connection/thread's life cycle
I think we cloud add attatch: List[Tuple[attatch_type, attatch_args]] to BccTracer as an advanced way to make it more flexible.