torture: Put kvm.sh batch-creation awk script into a temp file
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 7 Jul 2021 20:42:27 +0000 (13:42 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 20 Jul 2021 20:45:51 +0000 (13:45 -0700)
commita3d794129e34dcd2b9757e0ff44b97429fd369a0
tree437f0e8228e368fad30e0412847997a709f21ab6
parentd4b54d2d52840bc578b21df4186c5300982236ab
torture: Put kvm.sh batch-creation awk script into a temp file

This commit is a first step towards pinning guest-OS vCPUs so as
to force latency differences, especially on multi-socket systems.
The kvm.sh script puts its batch-creation awk script into a temporary
file so that later commits can add the awk code needed to dole out CPUs
so as to maximize latency differences.  This awk code will be used by
multiple scripts.

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