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 0622cb8 commit 5a61cf0Copy full SHA for 5a61cf0
include/linux/perf_event.h
@@ -61,6 +61,7 @@ struct perf_guest_info_callbacks {
61
#include <linux/security.h>
62
#include <linux/static_call.h>
63
#include <linux/lockdep.h>
64
+#include <linux/rh_kabi.h>
65
#include <asm/local.h>
66
67
struct perf_callchain_entry {
@@ -691,7 +692,7 @@ struct perf_event {
691
692
/* The cumulative AND of all event_caps for events in this group. */
693
int group_caps;
694
- unsigned int group_generation;
695
+ RH_KABI_EXTEND(unsigned int group_generation)
696
struct perf_event *group_leader;
697
struct pmu *pmu;
698
void *pmu_private;
0 commit comments