aboutsummaryrefslogtreecommitdiff
path: root/strace.1
diff options
context:
space:
mode:
Diffstat (limited to 'strace.1')
-rw-r--r--strace.116
1 files changed, 11 insertions, 5 deletions
diff --git a/strace.1 b/strace.1
index 517a5e13a..7eb90fd51 100644
--- a/strace.1
+++ b/strace.1
@@ -53,15 +53,15 @@
. el \
. BR "\\$1"
..
-.TH STRACE 1 "2018-06-13" "strace 4.23"
+.TH STRACE 1 "2018-07-07" "strace 4.25"
.SH NAME
strace \- trace system calls and signals
.SH SYNOPSIS
.SY strace
-.if '#'#' .ig end_unwind_opt
+.if ''#' .ig end_unwind_opt
.OP \-ACdffhikqrtttTvVxxy
.end_unwind_opt
-.if ''#' .ig end_no_unwind_opt
+.if '#'#' .ig end_no_unwind_opt
.OP \-ACdffhiqrtttTvVxxy
.end_no_unwind_opt
.OP \-I n
@@ -259,7 +259,7 @@ Align return values in a specific column (default column 40).
.TP
.B \-i
Print the instruction pointer at the time of the system call.
-.if '#'#' .ig end_unwind
+.if ''#' .ig end_unwind
.TP
.B \-k
Print the execution stack trace of the traced processes after each system call.
@@ -427,8 +427,9 @@ is one of
.BR read ,
.BR write ,
.BR fault ,
+.BR inject ,
or
-.B inject
+.B kvm
and
.I value
is a qualifier-dependent symbol or number. The default
@@ -771,6 +772,11 @@ option set to
.IR ENOSYS .
.TP
+.BR "\-e\ kvm" = vcpu
+Print the exit reason of kvm vcpu. Requires Linux kernel version 4.16.0
+or higher.
+
+.TP
.BI "\-P " path
Trace only system calls accessing
.IR path .