You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.8 KiB
58 lines
1.8 KiB
/****************************************************************************
|
|
****************************************************************************
|
|
***
|
|
*** This header was automatically generated from a Linux kernel header
|
|
*** of the same name, to make information necessary for userspace to
|
|
*** call into the kernel available to libc. It contains only constants,
|
|
*** structures, and macros generated from the original header, and thus,
|
|
*** contains no copyrightable information.
|
|
***
|
|
*** To edit the content of this header, modify the corresponding
|
|
*** source file (e.g. under external/kernel-headers/original/) then
|
|
*** run bionic/libc/kernel/tools/update_all.py
|
|
***
|
|
*** Any manual change here will be lost the next time this script will
|
|
*** be run. You've been warned!
|
|
***
|
|
****************************************************************************
|
|
****************************************************************************/
|
|
#ifndef _ASM_ARM64_PERF_REGS_H
|
|
#define _ASM_ARM64_PERF_REGS_H
|
|
enum perf_event_arm_regs {
|
|
PERF_REG_ARM64_X0,
|
|
PERF_REG_ARM64_X1,
|
|
PERF_REG_ARM64_X2,
|
|
PERF_REG_ARM64_X3,
|
|
PERF_REG_ARM64_X4,
|
|
PERF_REG_ARM64_X5,
|
|
PERF_REG_ARM64_X6,
|
|
PERF_REG_ARM64_X7,
|
|
PERF_REG_ARM64_X8,
|
|
PERF_REG_ARM64_X9,
|
|
PERF_REG_ARM64_X10,
|
|
PERF_REG_ARM64_X11,
|
|
PERF_REG_ARM64_X12,
|
|
PERF_REG_ARM64_X13,
|
|
PERF_REG_ARM64_X14,
|
|
PERF_REG_ARM64_X15,
|
|
PERF_REG_ARM64_X16,
|
|
PERF_REG_ARM64_X17,
|
|
PERF_REG_ARM64_X18,
|
|
PERF_REG_ARM64_X19,
|
|
PERF_REG_ARM64_X20,
|
|
PERF_REG_ARM64_X21,
|
|
PERF_REG_ARM64_X22,
|
|
PERF_REG_ARM64_X23,
|
|
PERF_REG_ARM64_X24,
|
|
PERF_REG_ARM64_X25,
|
|
PERF_REG_ARM64_X26,
|
|
PERF_REG_ARM64_X27,
|
|
PERF_REG_ARM64_X28,
|
|
PERF_REG_ARM64_X29,
|
|
PERF_REG_ARM64_LR,
|
|
PERF_REG_ARM64_SP,
|
|
PERF_REG_ARM64_PC,
|
|
PERF_REG_ARM64_MAX,
|
|
};
|
|
#endif
|