Searched defs:intel_uncore_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/arch/x86/events/intel/ |
| D | uncore.h | 96 struct intel_uncore_ops { struct 97 void (*init_box)(struct intel_uncore_box *); 98 void (*exit_box)(struct intel_uncore_box *); 99 void (*disable_box)(struct intel_uncore_box *); 100 void (*enable_box)(struct intel_uncore_box *); 101 void (*disable_event)(struct intel_uncore_box *, struct perf_event *); 102 void (*enable_event)(struct intel_uncore_box *, struct perf_event *); 103 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *); 104 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); 105 struct event_constraint *(*get_constraint)(struct intel_uncore_box *, [all …]
|
| /kernel/linux/linux-6.6/arch/x86/events/intel/ |
| D | uncore.h | 107 struct intel_uncore_ops { struct 108 void (*init_box)(struct intel_uncore_box *); 109 void (*exit_box)(struct intel_uncore_box *); 110 void (*disable_box)(struct intel_uncore_box *); 111 void (*enable_box)(struct intel_uncore_box *); 112 void (*disable_event)(struct intel_uncore_box *, struct perf_event *); 113 void (*enable_event)(struct intel_uncore_box *, struct perf_event *); 114 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *); 115 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); 116 struct event_constraint *(*get_constraint)(struct intel_uncore_box *, [all …]
|