mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
trace: [stderr] add support for dynamically enabling/disabling events
Uses the generic interface provided in "trace/control.h" in order to provide a programmatic interface as well as command line and monitor controls. Signed-off-by: Fabien Chouteau <chouteau@adacore.com> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
This commit is contained in:
parent
03727e6a06
commit
9a82b6a590
7 changed files with 81 additions and 11 deletions
|
@ -2454,7 +2454,8 @@ Immediately enable events listed in @var{file}.
|
|||
The file must contain one event name (as listed in the @var{trace-events} file)
|
||||
per line.
|
||||
|
||||
This option is only available when using the @var{simple} tracing backend.
|
||||
This option is only available when using the @var{simple} and @var{stderr}
|
||||
tracing backends.
|
||||
@item file=@var{file}
|
||||
Log output traces to @var{file}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue