Searched defs:x86_pmu (Results 1 – 3 of 3) sorted by relevance
631 struct x86_pmu { struct635 const char *name;636 int version;637 int (*handle_irq)(struct pt_regs *);638 void (*disable_all)(void);639 void (*enable_all)(int added);640 void (*enable)(struct perf_event *);641 void (*disable)(struct perf_event *);642 void (*add)(struct perf_event *);643 void (*del)(struct perf_event *);[all …]
319 struct x86_pmu_capability x86_pmu; in intel_pmu_refresh() local
5704 struct x86_pmu_capability x86_pmu; in kvm_init_msr_list() local