aboutsummaryrefslogtreecommitdiff
path: root/trace/control.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2020-11-25 13:52:45 -0800
committerStefan Hajnoczi <stefanha@redhat.com>2021-01-04 14:24:40 +0000
commit6745c8a01f759b64d3c4cd1e0a69bb793cead268 (patch)
tree7ce9ffa4fec5ccbe26729dc15b280316860fd58f /trace/control.h
parent41192db338588051f21501abc13743e62b0a5605 (diff)
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>
Diffstat (limited to 'trace/control.h')
-rw-r--r--trace/control.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/trace/control.h b/trace/control.h
index 05b95ea453..9522a7b318 100644
--- a/trace/control.h
+++ b/trace/control.h
@@ -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: