D | pmu_event_filter_test.c | 112 uint64_t stores; member 505 const uint64_t stores = rdmsr(msr_base + 1); in masked_events_guest_test() local 516 pmc_results.stores = rdmsr(msr_base + 1) - stores; 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 610 .msg = "Only allow stores.", 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 …]
|