Home
last modified time | relevance | path

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

/arch/x86/events/
Dperf_event.h565 struct x86_pmu { struct
569 const char *name;
570 int version;
571 int (*handle_irq)(struct pt_regs *);
572 void (*disable_all)(void);
573 void (*enable_all)(int added);
574 void (*enable)(struct perf_event *);
575 void (*disable)(struct perf_event *);
576 void (*add)(struct perf_event *);
577 void (*del)(struct perf_event *);
[all …]
/arch/x86/kvm/vmx/
Dpmu_intel.c265 struct x86_pmu_capability x86_pmu; in intel_pmu_refresh() local
/arch/x86/kvm/
Dx86.c5133 struct x86_pmu_capability x86_pmu; in kvm_init_msr_list() local