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