Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/
Dperf_event.h735 struct x86_pmu { struct
739 const char *name;
740 int version;
741 int (*handle_irq)(struct pt_regs *);
742 void (*disable_all)(void);
743 void (*enable_all)(int added);
744 void (*enable)(struct perf_event *);
745 void (*disable)(struct perf_event *);
746 void (*assign)(struct perf_event *event, int idx);
747 void (*add)(struct perf_event *);
[all …]