mirror of https://github.com/xqemu/xqemu.git
trace: fix documentation
Mention the ftrace backend too. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Denis V. Lunev <den@openvz.org> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Message-id: 1452174932-28657-2-git-send-email-den@openvz.org Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
585ec7273e
commit
52449a314e
|
@ -3558,13 +3558,13 @@ Specify tracing options.
|
||||||
@table @option
|
@table @option
|
||||||
@item events=@var{file}
|
@item events=@var{file}
|
||||||
Immediately enable events listed in @var{file}.
|
Immediately enable events listed in @var{file}.
|
||||||
The file must contain one event name (as listed in the @var{trace-events} file)
|
The file must contain one event name (as listed in the @file{trace-events} file)
|
||||||
per line.
|
per line; globbing patterns are accepted too. This option is only
|
||||||
This option is only available if QEMU has been compiled with
|
available if QEMU has been compiled with the @var{simple}, @var{stderr} or
|
||||||
either @var{simple} or @var{stderr} tracing backend.
|
@var{ftrace} tracing backend.
|
||||||
|
|
||||||
@item file=@var{file}
|
@item file=@var{file}
|
||||||
Log output traces to @var{file}.
|
Log output traces to @var{file}.
|
||||||
|
|
||||||
This option is only available if QEMU has been compiled with
|
This option is only available if QEMU has been compiled with
|
||||||
the @var{simple} tracing backend.
|
the @var{simple} tracing backend.
|
||||||
@end table
|
@end table
|
||||||
|
|
Loading…
Reference in New Issue