Home
last modified time | relevance | path

Searched defs:x86_pmu (Results 1 – 1 of 1) sorted by relevance

/arch/x86/kernel/cpu/
Dperf_event.h506 struct x86_pmu { struct
510 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 …]