diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-01-07 16:55:27 +0300 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-02-03 09:19:09 +0000 |
commit | e9527dd399ed213ec6eb2c0ea54be663a73032b0 (patch) | |
tree | 82c51106e2f983f1d038ec499a0236be42c71e4e /trace/control.h | |
parent | 10578a257d94fb59449d0b0e441990c45a036ccc (diff) | |
download | qemu-e9527dd399ed213ec6eb2c0ea54be663a73032b0.tar.gz qemu-e9527dd399ed213ec6eb2c0ea54be663a73032b0.tar.bz2 qemu-e9527dd399ed213ec6eb2c0ea54be663a73032b0.zip |
trace: add "-trace help"
Print a list of trace points
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-7-git-send-email-den@openvz.org
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'trace/control.h')
-rw-r--r-- | trace/control.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/trace/control.h b/trace/control.h index d5081ce169..d5bc86e5f1 100644 --- a/trace/control.h +++ b/trace/control.h @@ -182,6 +182,13 @@ void trace_init_events(const char *file); void trace_init_file(const char *file); /** + * trace_list_events: + * + * List all available events. + */ +void trace_list_events(void); + +/** * trace_enable_events: * @line_buf: A string with a glob pattern of events to be enabled or, * if the string starts with '-', disabled. |