Commit cd24a65e authored by Joanne Hugé's avatar Joanne Hugé

Add gpio event tracing in test-board-synchro

parent 34da0865
......@@ -102,7 +102,7 @@ echo "Start servers on slave";
./sudossh $board2 "killall server";
if [ -n "$enable_tracing" ]; then
server_opts+=" -T $((interval*2)) -B 100000"
server_opts+=" -T $((interval*2)) -E \"-e irq -e sched -e net -e napi -e gpio\" -B 100000"
fi
./exec-ssh-nohup $board1 "run-server -c $server_opts";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment