Closed atenart closed 1 year ago
Properly taking care of the net:net_dev_xmit tracepoint, which can access already freed skbs.
net:net_dev_xmit
Before this PR, tracking entries were being removed by the tracking gc when using a probe on net:net_dev_xmit, like the generic profile does.
generic
Properly taking care of the
net:net_dev_xmit
tracepoint, which can access already freed skbs.Before this PR, tracking entries were being removed by the tracking gc when using a probe on
net:net_dev_xmit
, like thegeneric
profile does.