Searched defs:x86_pmu (Results 1 – 1 of 1) sorted by relevance
492 struct x86_pmu { struct496 const char *name;497 int version;498 int (*handle_irq)(struct pt_regs *);499 void (*disable_all)(void);500 void (*enable_all)(int added);501 void (*enable)(struct perf_event *);502 void (*disable)(struct perf_event *);503 int (*hw_config)(struct perf_event *event);504 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);[all …]