mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
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>
This commit is contained in:
committed by
Stefan Hajnoczi
parent
40b9cd25f7
commit
bd71211d55
@ -646,10 +646,12 @@ ETEXI
|
||||
|
||||
{
|
||||
.name = "trace-events",
|
||||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "show available trace-events & their state",
|
||||
.args_type = "name:s?",
|
||||
.params = "[name]",
|
||||
.help = "show available trace-events & their state "
|
||||
"(name: event name pattern)",
|
||||
.mhandler.cmd = hmp_info_trace_events,
|
||||
.command_completion = info_trace_events_completion,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
||||
Reference in New Issue
Block a user