summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include/perf_test_util.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack2021-11-161-0/+5
* KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson2021-11-161-0/+2
* KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson2021-11-161-4/+2
* KVM: selftests: Remove perf_test_args.host_page_sizeSean Christopherson2021-11-161-1/+0
* KVM: selftests: Move per-VM GPA into perf_test_argsSean Christopherson2021-11-161-7/+1
* KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_argsSean Christopherson2021-11-161-0/+1
* KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack2021-08-061-1/+1
* KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon2021-02-041-1/+2
* KVM: selftests: Add option to overlap vCPU memory accessBen Gardon2021-02-041-1/+3
* KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones2021-01-071-130/+12
* KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones2021-01-071-36/+11
* KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones2020-11-161-4/+0
* KVM: selftests: Introduce the dirty log perf testBen Gardon2020-11-081-8/+10
* KVM: selftests: Make the number of vcpus globalAndrew Jones2020-11-081-0/+3
* KVM: selftests: Make the per vcpu memory size globalAndrew Jones2020-11-081-0/+3
* KVM: selftests: Drop pointless vm_create wrapperAndrew Jones2020-11-081-1/+1
* KVM: selftests: Add wrfract to common guest codeBen Gardon2020-11-081-1/+5
* KVM: selftests: Remove address rounding in guest codeBen Gardon2020-11-081-1/+0
* KVM: selftests: Factor code out of demand_paging_testBen Gardon2020-11-081-0/+187