File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 ) \
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ static struct event_constraint uncore_constraint_fixed =
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 )
Original file line number Diff line number Diff line change 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
/*
You can’t perform that action at this time.
0 commit comments