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)
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)