utrace: Start the tracee only after uloop initialization
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 27 Sep 2017 08:59:54 +0000 (10:59 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 28 Sep 2017 06:26:56 +0000 (08:26 +0200)
commit260a4cd046c64bf8794db2431913c1b4a4ee4800
treeeae3b30c2b7eb6765cd3fc1bd364949dd8a0eb7c
parent520ad3c71507d76738a4afa14fc51dbe57275606
utrace: Start the tracee only after uloop initialization

Without this, early ptrace stops can be missed because they can happen
before the call to uloop_init().

Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
trace/trace.c