diff options
| author | Lluís Vilanova | 2016-07-11 12:53:51 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2016-07-18 19:23:12 +0200 |
| commit | bd71211d556aac5451696785fbe29be7f70bed05 (patch) | |
| tree | e7492c51c6afce6a71a9e5d90ad20d07db53c071 /hmp.h | |
| parent | trace: Conditionally trace events based on their per-vCPU state (diff) | |
| download | qemu-bd71211d556aac5451696785fbe29be7f70bed05.tar.gz qemu-bd71211d556aac5451696785fbe29be7f70bed05.tar.xz 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); |
