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 114114#include "../perf_event.h"
115115#include "../probe.h"
116116
117+ MODULE_DESCRIPTION ("Support for Intel cstate performance events" );
117118MODULE_LICENSE ("GPL" );
118119
119120#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 =
3434struct event_constraint uncore_constraint_empty =
3535 EVENT_CONSTRAINT (0 , 0 , 0 );
3636
37+ MODULE_DESCRIPTION ("Support for Intel uncore performance events" );
3738MODULE_LICENSE ("GPL" );
3839
3940int uncore_pcibus_to_dieid (struct pci_bus * bus )
Original file line number Diff line number Diff line change 6464#include "perf_event.h"
6565#include "probe.h"
6666
67+ MODULE_DESCRIPTION ("Support Intel/AMD RAPL energy consumption counters" );
6768MODULE_LICENSE ("GPL" );
6869
6970/*
You can’t perform that action at this time.
0 commit comments