mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
trace: Send "-d trace:help" output to stdout
... for consistency with "-d help". Signed-off-by: Doug Evans <dje@google.com> Message-id: 20201125215245.3514695-1-dje@google.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
41192db338
commit
6745c8a01f
2 changed files with 8 additions and 7 deletions
|
@ -201,10 +201,11 @@ void trace_fini_vcpu(CPUState *vcpu);
|
|||
|
||||
/**
|
||||
* trace_list_events:
|
||||
* @f: Where to send output.
|
||||
*
|
||||
* List all available events.
|
||||
*/
|
||||
void trace_list_events(void);
|
||||
void trace_list_events(FILE *f);
|
||||
|
||||
/**
|
||||
* trace_enable_events:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue