From 987bd27000b6e21df6c73f6badb945ab5e42996a Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Fri, 14 Aug 2015 11:27:43 +0100 Subject: 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 Message-id: 1439548063-18410-1-git-send-email-dgilbert@redhat.com Signed-off-by: Stefan Hajnoczi --- hmp-commands.hx | 1 + 1 file changed, 1 insertion(+) (limited to 'hmp-commands.hx') 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 -- cgit v1.2.1