On Wed, Oct 12, 2022, David Matlack wrote: > 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@xxxxxxxxxx> > --- Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>