Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dperf_event.h633 struct x86_pmu { struct
637 const char *name;
638 int version;
639 int (*handle_irq)(struct pt_regs *);
640 void (*disable_all)(void);
641 void (*enable_all)(int added);
642 void (*enable)(struct perf_event *);
643 void (*disable)(struct perf_event *);
644 void (*add)(struct perf_event *);
645 void (*del)(struct perf_event *);
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dpmu_intel.c328 struct x86_pmu_capability x86_pmu; in intel_pmu_refresh() local
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c5877 struct x86_pmu_capability x86_pmu; in kvm_init_msr_list() local