hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/x86/events/intel/uncore.h
....@@ -84,6 +84,7 @@
8484 /*
8585 * Optional callbacks for managing mapping of Uncore units to PMONs
8686 */
87
+ int (*get_topology)(struct intel_uncore_type *type);
8788 int (*set_mapping)(struct intel_uncore_type *type);
8889 void (*cleanup_mapping)(struct intel_uncore_type *type);
8990 };