diff options
| author | Dr. David Alan Gilbert | 2015-08-14 12:27:43 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2015-09-03 16:46:10 +0200 |
| commit | 987bd27000b6e21df6c73f6badb945ab5e42996a (patch) | |
| tree | ef84e44661aa5ab238ac6a4e88bae240e0bf624d /hmp.h | |
| parent | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150902' into staging (diff) | |
| download | qemu-987bd27000b6e21df6c73f6badb945ab5e42996a.tar.gz qemu-987bd27000b6e21df6c73f6badb945ab5e42996a.tar.xz qemu-987bd27000b6e21df6c73f6badb945ab5e42996a.zip | |
trace-events: Add hmp completion
Add completion for the trace event names in the hmp trace-event
command.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-id: 1439548063-18410-1-git-send-email-dgilbert@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
@@ -113,6 +113,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 trace_event_completion(ReadLineState *rs, int nb_args, const char *str); void watchdog_action_completion(ReadLineState *rs, int nb_args, const char *str); void migrate_set_capability_completion(ReadLineState *rs, int nb_args, |
