diff options
author | Lluís Vilanova <vilanova@ac.upc.edu> | 2016-07-11 12:53:51 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-07-18 18:23:12 +0100 |
commit | bd71211d556aac5451696785fbe29be7f70bed05 (patch) | |
tree | e7492c51c6afce6a71a9e5d90ad20d07db53c071 /hmp.h | |
parent | 40b9cd25f789e02145fda5e1f3fde7e7dd9e3b61 (diff) | |
download | qemu-bd71211d556aac5451696785fbe29be7f70bed05.tar.gz qemu-bd71211d556aac5451696785fbe29be7f70bed05.tar.bz2 qemu-bd71211d556aac5451696785fbe29be7f70bed05.zip |
trace: Allow event name pattern in "info trace-events"
Homogenizes the command capabilities with QMP.
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hmp.h')
-rw-r--r-- | hmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ void set_link_completion(ReadLineState *rs, int nb_args, const char *str); void netdev_add_completion(ReadLineState *rs, int nb_args, const char *str); void netdev_del_completion(ReadLineState *rs, int nb_args, const char *str); void ringbuf_write_completion(ReadLineState *rs, int nb_args, const char *str); +void info_trace_events_completion(ReadLineState *rs, int nb_args, const char *str); void trace_event_completion(ReadLineState *rs, int nb_args, const char *str); void watchdog_action_completion(ReadLineState *rs, int nb_args, const char *str); |