-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
When running a process, we might want to track the process tree separately (e.g., via process fork/exit events). See #55
Profile-bee can chose to defer exiting till all child processes end, and could also use per PID perf event attachment (instead of the current approach of attaching to all CPUs and filtering)
Reactions are currently unavailable