Searched defs:x86_pmu (Results 1 – 3 of 3) sorted by relevance
718 struct x86_pmu { struct722 const char *name;723 int version;724 int (*handle_irq)(struct pt_regs *);725 void (*disable_all)(void);726 void (*enable_all)(int added);727 void (*enable)(struct perf_event *);728 void (*disable)(struct perf_event *);729 void (*add)(struct perf_event *);730 void (*del)(struct perf_event *);[all …]
469 struct x86_pmu_capability x86_pmu; in intel_pmu_refresh() local
6183 struct x86_pmu_capability x86_pmu; in kvm_init_msr_list() local