| /**************************************************************************** | 
 |  **************************************************************************** | 
 |  *** | 
 |  ***   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, | 
 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 
 |  PERF_REG_ARM64_X1, | 
 |  PERF_REG_ARM64_X2, | 
 |  PERF_REG_ARM64_X3, | 
 |  PERF_REG_ARM64_X4, | 
 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 
 |  PERF_REG_ARM64_X5, | 
 |  PERF_REG_ARM64_X6, | 
 |  PERF_REG_ARM64_X7, | 
 |  PERF_REG_ARM64_X8, | 
 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 
 |  PERF_REG_ARM64_X9, | 
 |  PERF_REG_ARM64_X10, | 
 |  PERF_REG_ARM64_X11, | 
 |  PERF_REG_ARM64_X12, | 
 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 
 |  PERF_REG_ARM64_X13, | 
 |  PERF_REG_ARM64_X14, | 
 |  PERF_REG_ARM64_X15, | 
 |  PERF_REG_ARM64_X16, | 
 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 
 |  PERF_REG_ARM64_X17, | 
 |  PERF_REG_ARM64_X18, | 
 |  PERF_REG_ARM64_X19, | 
 |  PERF_REG_ARM64_X20, | 
 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 
 |  PERF_REG_ARM64_X21, | 
 |  PERF_REG_ARM64_X22, | 
 |  PERF_REG_ARM64_X23, | 
 |  PERF_REG_ARM64_X24, | 
 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 
 |  PERF_REG_ARM64_X25, | 
 |  PERF_REG_ARM64_X26, | 
 |  PERF_REG_ARM64_X27, | 
 |  PERF_REG_ARM64_X28, | 
 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 
 |  PERF_REG_ARM64_X29, | 
 |  PERF_REG_ARM64_LR, | 
 |  PERF_REG_ARM64_SP, | 
 |  PERF_REG_ARM64_PC, | 
 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | 
 |  PERF_REG_ARM64_MAX, | 
 | }; | 
 | #endif |