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
This should be straightforward to do as a post-filter -- though difficult without #1.
(I'm currently doing sudo ./src/proctracer -e open,access | grep -B3 -A14 <my-path> because those are the absolute numbers of lines before and after the target path for those event types. 🫠)