Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/events/
Dperf_event.h718 struct x86_pmu { struct
722 const char *name;
723 int version;
724 int (*handle_irq)(struct pt_regs *);
725 void (*disable_all)(void);
726 void (*enable_all)(int added);
727 void (*enable)(struct perf_event *);
728 void (*disable)(struct perf_event *);
729 void (*add)(struct perf_event *);
730 void (*del)(struct perf_event *);
[all …]
/Linux-v5.15/arch/x86/kvm/vmx/
Dpmu_intel.c469 struct x86_pmu_capability x86_pmu; in intel_pmu_refresh() local
/Linux-v5.15/arch/x86/kvm/
Dx86.c6183 struct x86_pmu_capability x86_pmu; in kvm_init_msr_list() local