summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/elf.h
diff options
context:
space:
mode:
authorAlice Frosi2017-09-14 12:36:03 +0200
committerMartin Schwidefsky2017-09-28 07:29:41 +0200
commit262832bc5acda76fd8f901d39f4da1121d951222 (patch)
tree1868b53f79e9aa6d6a66a0d5da528f3a5257aacb /include/uapi/linux/elf.h
parents390/runtime_instrumentation: clean up struct runtime_instr_cb (diff)
downloadkernel-qcow2-linux-262832bc5acda76fd8f901d39f4da1121d951222.tar.gz
kernel-qcow2-linux-262832bc5acda76fd8f901d39f4da1121d951222.tar.xz
kernel-qcow2-linux-262832bc5acda76fd8f901d39f4da1121d951222.zip
s390/ptrace: add runtime instrumention register get/set
Add runtime instrumention register get and set which allows to read and modify the runtime instrumention control block. Signed-off-by: Alice Frosi <alice@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'include/uapi/linux/elf.h')
-rw-r--r--include/uapi/linux/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h
index b5280db9ef6a..e3739c330c15 100644
--- a/include/uapi/linux/elf.h
+++ b/include/uapi/linux/elf.h
@@ -411,6 +411,7 @@ typedef struct elf64_shdr {
#define NT_S390_VXRS_HIGH 0x30a /* s390 vector registers 16-31 */
#define NT_S390_GS_CB 0x30b /* s390 guarded storage registers */
#define NT_S390_GS_BC 0x30c /* s390 guarded storage broadcast control block */
+#define NT_S390_RI_CB 0x30d /* s390 runtime instrumentation */
#define NT_ARM_VFP 0x400 /* ARM VFP/NEON registers */
#define NT_ARM_TLS 0x401 /* ARM TLS register */
#define NT_ARM_HW_BREAK 0x402 /* ARM hardware breakpoint registers */