D | pmu_event_filter_test.c | 56 uint64_t loads; member 421 const uint64_t loads = rdmsr(msr_base + 0); in masked_events_guest_test() local 432 pmc_results.loads = rdmsr(msr_base + 0) - loads; in masked_events_guest_test() 505 * For each test, the guest enables 3 PMU counters (loads, stores, 506 * loads + stores). The filter is then set in KVM with the masked events 518 .msg = "Only allow loads.", 536 .msg = "Only allow loads + stores.", 546 .msg = "Only allow loads and stores.", 557 .msg = "Only allow loads and loads + stores.", 567 .msg = "Only allow stores and loads + stores.", [all …]
|