torture: Use gawk instead of awk for systime() function
authorPaul E. McKenney <paulmck@kernel.org>
Sun, 6 Oct 2019 21:33:22 +0000 (14:33 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 9 Dec 2019 21:00:26 +0000 (13:00 -0800)
commitc493f1c9c4094afae7f3a0693ae395f3859022b4
tree30477cf25d3d323864734f2fa28ed9a0cc8fecec
parente42617b825f8073569da76dc4510bfa019b1c35a
torture: Use gawk instead of awk for systime() function

In many environments, gawk provides systime(), but awk doesn't.
This commit therefore changes awk scripts using systime() to instead be
gawk scripts.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/jitter.sh
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh