janestreet/magic-trace

`trace` is race-y with process startup

Xyene opened this issue · 0 comments

Xyene commented

If a process takes less than ~500ms to execute, then trace will produce an empty tracefile. We should synchronize process startup with perf, probably through some SIGSTOP/SIGCONT dance.