aboutsummaryrefslogtreecommitdiff
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2015-08-14 11:27:43 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2015-09-03 15:46:10 +0100
commit987bd27000b6e21df6c73f6badb945ab5e42996a (patch)
treeef84e44661aa5ab238ac6a4e88bae240e0bf624d /hmp-commands.hx
parent561578c2a82292ddf55737791d2838b797f49f35 (diff)
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-commands.hx')
-rw-r--r--hmp-commands.hx1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index d3b7932ff6..94d2c391a9 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -271,6 +271,7 @@ ETEXI
.params = "name on|off",
.help = "changes status of a specific trace event",
.mhandler.cmd = hmp_trace_event,
+ .command_completion = trace_event_completion,
},
STEXI