xref: /kernel/linux/linux-5.10/arch/arm/include/uapi/asm/perf_regs.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci#ifndef _ASM_ARM_PERF_REGS_H
38c2ecf20Sopenharmony_ci#define _ASM_ARM_PERF_REGS_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_cienum perf_event_arm_regs {
68c2ecf20Sopenharmony_ci	PERF_REG_ARM_R0,
78c2ecf20Sopenharmony_ci	PERF_REG_ARM_R1,
88c2ecf20Sopenharmony_ci	PERF_REG_ARM_R2,
98c2ecf20Sopenharmony_ci	PERF_REG_ARM_R3,
108c2ecf20Sopenharmony_ci	PERF_REG_ARM_R4,
118c2ecf20Sopenharmony_ci	PERF_REG_ARM_R5,
128c2ecf20Sopenharmony_ci	PERF_REG_ARM_R6,
138c2ecf20Sopenharmony_ci	PERF_REG_ARM_R7,
148c2ecf20Sopenharmony_ci	PERF_REG_ARM_R8,
158c2ecf20Sopenharmony_ci	PERF_REG_ARM_R9,
168c2ecf20Sopenharmony_ci	PERF_REG_ARM_R10,
178c2ecf20Sopenharmony_ci	PERF_REG_ARM_FP,
188c2ecf20Sopenharmony_ci	PERF_REG_ARM_IP,
198c2ecf20Sopenharmony_ci	PERF_REG_ARM_SP,
208c2ecf20Sopenharmony_ci	PERF_REG_ARM_LR,
218c2ecf20Sopenharmony_ci	PERF_REG_ARM_PC,
228c2ecf20Sopenharmony_ci	PERF_REG_ARM_MAX,
238c2ecf20Sopenharmony_ci};
248c2ecf20Sopenharmony_ci#endif /* _ASM_ARM_PERF_REGS_H */
25

Indexes created Thu Nov 07 10:32:03 CST 2024