Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/
Dperf_event.h631 struct x86_pmu { struct
635 const char *name;
636 int version;
637 int (*handle_irq)(struct pt_regs *);
638 void (*disable_all)(void);
639 void (*enable_all)(int added);
640 void (*enable)(struct perf_event *);
641 void (*disable)(struct perf_event *);
642 void (*add)(struct perf_event *);
643 void (*del)(struct perf_event *);
[all …]
/Linux-v5.10/arch/x86/kvm/vmx/
Dpmu_intel.c319 struct x86_pmu_capability x86_pmu; in intel_pmu_refresh() local
/Linux-v5.10/arch/x86/kvm/
Dx86.c5704 struct x86_pmu_capability x86_pmu; in kvm_init_msr_list() local