Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _ASM_ARM_PERF_REGS_H
3#define _ASM_ARM_PERF_REGS_H
4
5enum perf_event_arm_regs {
6 PERF_REG_ARM_R0,
7 PERF_REG_ARM_R1,
8 PERF_REG_ARM_R2,
9 PERF_REG_ARM_R3,
10 PERF_REG_ARM_R4,
11 PERF_REG_ARM_R5,
12 PERF_REG_ARM_R6,
13 PERF_REG_ARM_R7,
14 PERF_REG_ARM_R8,
15 PERF_REG_ARM_R9,
16 PERF_REG_ARM_R10,
17 PERF_REG_ARM_FP,
18 PERF_REG_ARM_IP,
19 PERF_REG_ARM_SP,
20 PERF_REG_ARM_LR,
21 PERF_REG_ARM_PC,
22 PERF_REG_ARM_MAX,
23};
24#endif /* _ASM_ARM_PERF_REGS_H */
25

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/tools/arch/arm/include/uapi/asm/perf_regs.h