Skip to content

Commit c12ceae

Browse files
masatakeldv-alt
authored andcommitted
strace.1: document prefixes used in -e kvm=vcpu+ output
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
1 parent 20decf9 commit c12ceae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/strace.1.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,11 @@ if the tracee is in a different PID namespace.
10301030
Prints the exit reason of kvm vcpu (=\fBvcpu\fR), or
10311031
prints the whole kvm_run struct including the reason (=\fBvcpu+\fR).
10321032
Requires Linux kernel version 4.16.0 or higher.
1033+
.IP
1034+
The \fBvcpu+\fR output uses prefixes \fBVCPU:\fICPU#\fB<\fR and \fBVCPU:\fICPU#\fB>\fR.
1035+
Lines starting with the former indicate the state of the structure
1036+
before calling KVM_RUN, and those starting with the latter show the
1037+
state after calling KVM_RUN.
10331038
.TP
10341039
.BR "\-e\ namespace" = new
10351040
.TQ

0 commit comments

Comments
 (0)