18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci#ifndef _ASM_ARM64_PERF_REGS_H
38c2ecf20Sopenharmony_ci#define _ASM_ARM64_PERF_REGS_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_cienum perf_event_arm_regs {
68c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X0,
78c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X1,
88c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X2,
98c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X3,
108c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X4,
118c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X5,
128c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X6,
138c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X7,
148c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X8,
158c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X9,
168c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X10,
178c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X11,
188c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X12,
198c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X13,
208c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X14,
218c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X15,
228c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X16,
238c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X17,
248c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X18,
258c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X19,
268c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X20,
278c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X21,
288c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X22,
298c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X23,
308c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X24,
318c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X25,
328c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X26,
338c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X27,
348c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X28,
358c2ecf20Sopenharmony_ci	PERF_REG_ARM64_X29,
368c2ecf20Sopenharmony_ci	PERF_REG_ARM64_LR,
378c2ecf20Sopenharmony_ci	PERF_REG_ARM64_SP,
388c2ecf20Sopenharmony_ci	PERF_REG_ARM64_PC,
398c2ecf20Sopenharmony_ci	PERF_REG_ARM64_MAX,
408c2ecf20Sopenharmony_ci};
418c2ecf20Sopenharmony_ci#endif /* _ASM_ARM64_PERF_REGS_H */
42