aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include/perf_test_util.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-11KVM: selftests: Stop conflating vCPU index and ID in perf testsSean Christopherson1-3/+4
2022-06-09KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack1-0/+9
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack1-0/+5
2021-11-16KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson1-0/+2
2021-11-16KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson1-4/+2
2021-11-16KVM: selftests: Remove perf_test_args.host_page_sizeSean Christopherson1-1/+0
2021-11-16KVM: selftests: Move per-VM GPA into perf_test_argsSean Christopherson1-7/+1
2021-11-16KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_argsSean Christopherson1-0/+1
2021-08-06KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack1-1/+1
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon1-1/+2
2021-02-04KVM: selftests: Add option to overlap vCPU memory accessBen Gardon1-1/+3
2021-01-07KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones1-130/+12
2021-01-07KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones1-36/+11
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones1-4/+0
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon1-8/+10
2020-11-08KVM: selftests: Make the number of vcpus globalAndrew Jones1-0/+3
2020-11-08KVM: selftests: Make the per vcpu memory size globalAndrew Jones1-0/+3
2020-11-08KVM: selftests: Drop pointless vm_create wrapperAndrew Jones1-1/+1
2020-11-08KVM: selftests: Add wrfract to common guest codeBen Gardon1-1/+5
2020-11-08KVM: selftests: Remove address rounding in guest codeBen Gardon1-1/+0
2020-11-08KVM: selftests: Factor code out of demand_paging_testBen Gardon1-0/+187