This is a collection of some additional utilities for handling trace files generated by golang's tool called trace.
Usage unfinished_goroutines <binary> <trace>
. Outputs list of goroutines created during writing the trace and not finished at the end of the trace writing.