D | pmu_event_filter_test.c | 111 uint64_t loads; member 504 const uint64_t loads = rdmsr(msr_base + 0); in masked_events_guest_test() local 515 pmc_results.loads = rdmsr(msr_base + 0) - loads; in masked_events_guest_test() 588 * For each test, the guest enables 3 PMU counters (loads, stores, 589 * loads + stores). The filter is then set in KVM with the masked events 601 .msg = "Only allow loads.", 619 .msg = "Only allow loads + stores.", 629 .msg = "Only allow loads and stores.", 640 .msg = "Only allow loads and loads + stores.", 650 .msg = "Only allow stores and loads + stores.", [all …]
|