summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/pmu_event_filter_test.c
AgeCommit message (Expand)Author
2024-01-30KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones
2023-08-17KVM: selftests: Test gp event filters don't affect fixed event filtersJinrong Liang
2023-08-17KVM: selftests: Test if event filter meets expectations on fixed countersJinrong Liang
2023-08-17KVM: selftests: Add test cases for unsupported PMU event filter input valuesJinrong Liang
2023-08-17KVM: selftests: Introduce "struct __kvm_pmu_event_filter" to manipulate filterJinrong Liang
2023-08-17KVM: selftests: Drop the return of remove_event()Jinrong Liang
2023-04-26Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-04-14KVM: selftests: Test the PMU event "Instructions retired"Aaron Lewis
2023-04-14KVM: selftests: Copy full counter values from guest in PMU event filter testSean Christopherson
2023-04-14KVM: selftests: Use error codes to signal errors in PMU event filter testSean Christopherson
2023-04-14KVM: selftests: Print detailed info in PMU event filter assertsAaron Lewis
2023-04-14KVM: selftests: Add helpers for PMC asserts in PMU event filter testAaron Lewis
2023-04-14KVM: selftests: Add a common helper for the PMU event filter guest codeAaron Lewis
2023-03-24KVM: selftests: Report enable_pmu module value when test is skippedLike Xu
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2023-02-15Merge tag 'kvm-x86-selftests-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-01-24KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve
2023-01-24KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve
2023-01-24KVM: selftests: Test masked events in PMU filterAaron Lewis
2023-01-24KVM: selftests: Add testing for KVM_SET_PMU_EVENT_FILTERAaron Lewis
2023-01-24KVM: selftests: Add flags when creating a pmu event filterAaron Lewis
2022-11-16KVM: selftests: Add and use KVM helpers for x86 Family and ModelSean Christopherson
2022-11-16KVM: selftests: Add PMU feature framework, use in PMU event filter testSean Christopherson
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve
2022-07-13KVM: selftests: Drop unnecessary use of kvm_get_supported_cpuid_index()Sean Christopherson
2022-07-13KVM: selftests: Make get_supported_cpuid() returns "const"Sean Christopherson
2022-06-14KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson
2022-06-11KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson
2022-06-11KVM: selftests: Convert pmu_event_filter_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULTSean Christopherson
2022-06-11KVM: selftests: Rename vm_create_without_vcpus() => vm_create()Sean Christopherson
2022-06-11KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson
2022-06-11KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson
2022-05-20selftests: kvm/x86: Verify the pmu event filter matches the correct eventAaron Lewis
2022-05-20selftests: kvm/x86: Add the helper function create_pmu_event_filterAaron Lewis
2022-02-25KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMUDavid Dunn
2022-01-20selftests: kvm/x86: Fix the warning in pmu_event_filter_test.cJinrong Liang
2022-01-19selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTERJim Mattson