aboutsummaryrefslogtreecommitdiffstats
path: root/man2/s390_runtime_instr.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/s390_runtime_instr.2')
-rw-r--r--man2/s390_runtime_instr.27
1 files changed, 0 insertions, 7 deletions
diff --git a/man2/s390_runtime_instr.2 b/man2/s390_runtime_instr.2
index 0b60faa70b..b76e49a0e4 100644
--- a/man2/s390_runtime_instr.2
+++ b/man2/s390_runtime_instr.2
@@ -30,7 +30,6 @@ s390_runtime_instr \- enable/disable s390 CPU run-time instrumentation
.BI "int s390_runtime_instr(int " command ", int " signum ");
.fi
-
.SH DESCRIPTION
The
.BR s390_runtime_instr ()
@@ -51,7 +50,6 @@ argument specifies the number of a real-time signal.
The real-time signal is sent to the thread if the run-time instrumentation
buffer is full or if the run-time-instrumentation-halted interrupt
occurred.
-
.SH RETURN VALUE
On success,
.BR s390_runtime_instr ()
@@ -63,7 +61,6 @@ instrumentation.
On error, \-1 is returned and
.IR errno
is set to one of the error codes listed below.
-
.SH ERRORS
.TP
.B EINVAL
@@ -78,19 +75,15 @@ Allocating memory for the run-time instrumentation control block failed.
.TP
.B EOPNOTSUPP
The run-time instrumentation facility is not available.
-
.SH VERSIONS
This system call is available since Linux 3.7.
-
.SH CONFORMING TO
This Linux-specific system call is only available on the s390 architecture.
The run-time instrumentation facility is available beginning with System z EC12.
-
.SH NOTES
Glibc does not provide a wrapper for this system call, use
.BR syscall (2)
to call it.
-
.SH SEE ALSO
.BR syscall (2),
.BR signal (7)