Searched defs:intel_uncore_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/arch/x86/events/intel/ |
| D | uncore.h | 78 struct intel_uncore_ops { struct 79 void (*init_box)(struct intel_uncore_box *); 80 void (*exit_box)(struct intel_uncore_box *); 81 void (*disable_box)(struct intel_uncore_box *); 82 void (*enable_box)(struct intel_uncore_box *); 83 void (*disable_event)(struct intel_uncore_box *, struct perf_event *); 84 void (*enable_event)(struct intel_uncore_box *, struct perf_event *); 85 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *); 86 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); 87 struct event_constraint *(*get_constraint)(struct intel_uncore_box *, [all …]
|
| /kernel/linux/linux-5.10/arch/x86/events/intel/ |
| D | uncore.h | 95 struct intel_uncore_ops { struct 96 void (*init_box)(struct intel_uncore_box *); 97 void (*exit_box)(struct intel_uncore_box *); 98 void (*disable_box)(struct intel_uncore_box *); 99 void (*enable_box)(struct intel_uncore_box *); 100 void (*disable_event)(struct intel_uncore_box *, struct perf_event *); 101 void (*enable_event)(struct intel_uncore_box *, struct perf_event *); 102 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *); 103 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); 104 struct event_constraint *(*get_constraint)(struct intel_uncore_box *, [all …]
|