Searched defs:x86_pmu (Results 1 – 3 of 3) sorted by relevance
565 struct x86_pmu { struct569 const char *name;570 int version;571 int (*handle_irq)(struct pt_regs *);572 void (*disable_all)(void);573 void (*enable_all)(int added);574 void (*enable)(struct perf_event *);575 void (*disable)(struct perf_event *);576 void (*add)(struct perf_event *);577 void (*del)(struct perf_event *);[all …]
265 struct x86_pmu_capability x86_pmu; in intel_pmu_refresh() local
5133 struct x86_pmu_capability x86_pmu; in kvm_init_msr_list() local