mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hmp-commands: add sync-profile
The command introduced here is just for developers. This means that: - the interface implemented here could change in the future - the command is only meant to be used from HMP, not from QMP Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
12df189de1
commit
dd12e1bbf2
3 changed files with 40 additions and 0 deletions
|
@ -643,6 +643,21 @@ sendkey ctrl-alt-f1
|
|||
|
||||
This command is useful to send keys that your graphical user interface
|
||||
intercepts at low level, such as @code{ctrl-alt-f1} in X Window.
|
||||
ETEXI
|
||||
{
|
||||
.name = "sync-profile",
|
||||
.args_type = "op:s?",
|
||||
.params = "[on|off|reset]",
|
||||
.help = "enable, disable or reset synchronization profiling. "
|
||||
"With no arguments, prints whether profiling is on or off.",
|
||||
.cmd = hmp_sync_profile,
|
||||
},
|
||||
|
||||
STEXI
|
||||
@item sync-profile [on|off|reset]
|
||||
@findex sync-profile
|
||||
Enable, disable or reset synchronization profiling. With no arguments, prints
|
||||
whether profiling is on or off.
|
||||
ETEXI
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue