KVM: selftests: Rename perf_test_util symbols to memstress
authorDavid Matlack <dmatlack@google.com>
Wed, 12 Oct 2022 16:57:29 +0000 (09:57 -0700)
committerSean Christopherson <seanjc@google.com>
Wed, 16 Nov 2022 18:58:32 +0000 (10:58 -0800)
commit7812d80c0f89c2b610558e09647736b6632beb08
tree2fda7d4de4b749917c3f8c53ca9b6220d2da517c
parenta008a3351feaffdcf97a2bcf90b789626585258b
KVM: selftests: Rename perf_test_util symbols to memstress

Replace the perf_test_ prefix on symbol names with memstress_ to match
the new file name.

"memstress" better describes the functionality proveded by this library,
which is to provide functionality for creating and running a VM that
stresses VM memory by reading and writing to guest memory on all vCPUs
in parallel.

"memstress" also contains the same number of chracters as "perf_test",
making it a drop-in replacement in symbols, e.g. function names, without
impacting line lengths. Also the lack of underscore between "mem" and
"stress" makes it clear "memstress" is a noun.

Signed-off-by: David Matlack <dmatlack@google.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20221012165729.3505266-4-dmatlack@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/access_tracking_perf_test.c
tools/testing/selftests/kvm/demand_paging_test.c
tools/testing/selftests/kvm/dirty_log_perf_test.c
tools/testing/selftests/kvm/include/memstress.h
tools/testing/selftests/kvm/lib/memstress.c
tools/testing/selftests/kvm/lib/x86_64/memstress.c
tools/testing/selftests/kvm/memslot_modification_stress_test.c