Steps to reproduce:
$ proctrace record -o demo.log -- ./demo_script.sh
$ proctrace render -i demo.log -d by-process
You'll see a bunch of duplicate exec events at the beginning of the output.
I suspect that the probe we're using is also firing for threads for some reason.
Steps to reproduce:
You'll see a bunch of duplicate
execevents at the beginning of the output.I suspect that the probe we're using is also firing for threads for some reason.