jjb: lava: Print timestamp at each iteration of kprobe fuzzing script
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 16 Aug 2017 16:11:15 +0000 (12:11 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 16 Aug 2017 16:54:38 +0000 (12:54 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/lttng-baremetal-tests/kprobe-fuzzing.sh

index 254123cc12d9bc69fe9655cfc79d793344191186..fab987bbf7d2e0e8b2407e849884d979be7b7ce8 100755 (executable)
@@ -26,6 +26,10 @@ set -x
 # Loop over the list of symbols and enable the symbols in groups of
 # $NB_KPROBE_PER_ITER
 for i in $(seq 0 "$NB_KPROBE_PER_ITER" "$nb_syms"); do
+       # Print time in UTC at each iteration to easily see when the script
+       # hangs
+       date --utc
+
        # Pick $NB_KPROBE_PER_ITER symbols to instrument, craft enable-event
        # command and save them to a file. We craft the commands and executed
        # them in two steps so that the pipeline can be done without the bash
This page took 0.025574 seconds and 4 git commands to generate.