Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'perf-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull perf events fix from Ingo Molnar:
"Add missing MODULE_DESCRIPTION() lines"

* tag 'perf-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
perf/x86/intel: Add missing MODULE_DESCRIPTION() lines
perf/x86/rapl: Add missing MODULE_DESCRIPTION() line

+3
+1
arch/x86/events/intel/cstate.c
··· 114 114 #include "../perf_event.h" 115 115 #include "../probe.h" 116 116 117 + MODULE_DESCRIPTION("Support for Intel cstate performance events"); 117 118 MODULE_LICENSE("GPL"); 118 119 119 120 #define DEFINE_CSTATE_FORMAT_ATTR(_var, _name, _format) \
+1
arch/x86/events/intel/uncore.c
··· 34 34 struct event_constraint uncore_constraint_empty = 35 35 EVENT_CONSTRAINT(0, 0, 0); 36 36 37 + MODULE_DESCRIPTION("Support for Intel uncore performance events"); 37 38 MODULE_LICENSE("GPL"); 38 39 39 40 int uncore_pcibus_to_dieid(struct pci_bus *bus)
+1
arch/x86/events/rapl.c
··· 64 64 #include "perf_event.h" 65 65 #include "probe.h" 66 66 67 + MODULE_DESCRIPTION("Support Intel/AMD RAPL energy consumption counters"); 67 68 MODULE_LICENSE("GPL"); 68 69 69 70 /*