Commit 279803fa authored by Luo Gengkun's avatar Luo Gengkun
Browse files

kabi: reserve space for perf_event.h

hulk inclusion
category: feature
bugzilla: https://gitee.com/src-openeuler/kernel/issues/IBC1PM



--------------------------------

reserve space for perf_event.h

Signed-off-by: default avatarLuo Gengkun <luogengkun2@huawei.com>
parent 46064348
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1010,6 +1010,14 @@ struct perf_cpu_pmu_context {
	struct hrtimer			hrtimer;
	ktime_t				hrtimer_interval;
	unsigned int			hrtimer_active;
	KABI_RESERVE(1)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)
	KABI_RESERVE(5)
	KABI_RESERVE(6)
	KABI_RESERVE(7)
	KABI_RESERVE(8)
};

/**
@@ -1031,6 +1039,14 @@ struct perf_cpu_context {
	int				heap_size;
	struct perf_event		**heap;
	struct perf_event		*heap_default[2];
	KABI_RESERVE(1)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)
	KABI_RESERVE(5)
	KABI_RESERVE(6)
	KABI_RESERVE(7)
	KABI_RESERVE(8)
};

struct perf_output_handle {