Searched defs:x86_pmu (Results 1 – 1 of 1) sorted by relevance
506 struct x86_pmu { struct510 const char *name;511 int version;512 int (*handle_irq)(struct pt_regs *);513 void (*disable_all)(void);514 void (*enable_all)(int added);515 void (*enable)(struct perf_event *);516 void (*disable)(struct perf_event *);517 int (*hw_config)(struct perf_event *event);518 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);[all …]