Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit efa8f11

Browse files
committed
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
2 parents 00a8c35 + dc8e5df commit efa8f11

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

arch/x86/events/intel/cstate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
#include "../perf_event.h"
115115
#include "../probe.h"
116116

117+
MODULE_DESCRIPTION("Support for Intel cstate performance events");
117118
MODULE_LICENSE("GPL");
118119

119120
#define DEFINE_CSTATE_FORMAT_ATTR(_var, _name, _format) \

arch/x86/events/intel/uncore.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ static struct event_constraint uncore_constraint_fixed =
3434
struct event_constraint uncore_constraint_empty =
3535
EVENT_CONSTRAINT(0, 0, 0);
3636

37+
MODULE_DESCRIPTION("Support for Intel uncore performance events");
3738
MODULE_LICENSE("GPL");
3839

3940
int uncore_pcibus_to_dieid(struct pci_bus *bus)

arch/x86/events/rapl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
#include "perf_event.h"
6565
#include "probe.h"
6666

67+
MODULE_DESCRIPTION("Support Intel/AMD RAPL energy consumption counters");
6768
MODULE_LICENSE("GPL");
6869

6970
/*

0 commit comments

Comments
 (0)