Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.h492 struct x86_pmu { struct
496 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 …]