File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ struct perf_guest_info_callbacks {
61
61
#include <linux/security.h>
62
62
#include <linux/static_call.h>
63
63
#include <linux/lockdep.h>
64
+ #include <linux/rh_kabi.h>
64
65
#include <asm/local.h>
65
66
66
67
struct perf_callchain_entry {
@@ -691,7 +692,6 @@ struct perf_event {
691
692
/* The cumulative AND of all event_caps for events in this group. */
692
693
int group_caps ;
693
694
694
- unsigned int group_generation ;
695
695
struct perf_event * group_leader ;
696
696
struct pmu * pmu ;
697
697
void * pmu_private ;
@@ -804,6 +804,8 @@ struct perf_event {
804
804
void * security ;
805
805
#endif
806
806
struct list_head sb_list ;
807
+
808
+ RH_KABI_EXTEND (unsigned int group_generation )
807
809
#endif /* CONFIG_PERF_EVENTS */
808
810
};
809
811
You can’t perform that action at this time.
0 commit comments