Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/events/
Dperf_event.h739 struct x86_pmu { struct
743 const char *name;
744 int version;
745 int (*handle_irq)(struct pt_regs *);
746 void (*disable_all)(void);
747 void (*enable_all)(int added);
748 void (*enable)(struct perf_event *);
749 void (*disable)(struct perf_event *);
750 void (*assign)(struct perf_event *event, int idx);
751 void (*add)(struct perf_event *);
[all …]