We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a44078 commit dc8e5dfCopy full SHA for dc8e5df
arch/x86/events/intel/cstate.c
@@ -114,6 +114,7 @@
114
#include "../perf_event.h"
115
#include "../probe.h"
116
117
+MODULE_DESCRIPTION("Support for Intel cstate performance events");
118
MODULE_LICENSE("GPL");
119
120
#define DEFINE_CSTATE_FORMAT_ATTR(_var, _name, _format) \
arch/x86/events/intel/uncore.c
@@ -34,6 +34,7 @@ static struct event_constraint uncore_constraint_fixed =
34
struct event_constraint uncore_constraint_empty =
35
EVENT_CONSTRAINT(0, 0, 0);
36
37
+MODULE_DESCRIPTION("Support for Intel uncore performance events");
38
39
40
int uncore_pcibus_to_dieid(struct pci_bus *bus)
0 commit comments