diff options
Diffstat (limited to 'qapi/trace.json')
-rw-r--r-- | qapi/trace.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qapi/trace.json b/qapi/trace.json index 24608c2f3c..2bfda7ac7c 100644 --- a/qapi/trace.json +++ b/qapi/trace.json @@ -94,6 +94,13 @@ # error is returned. # # Since: 2.2 +# +# Example: +# +# -> { "execute": "trace-event-set-state", +# "arguments": { "name": "qemu_memalign", "enable": "true" } } +# <- { "return": {} } +# ## { 'command': 'trace-event-set-state', 'data': {'name': 'str', 'enable': 'bool', '*ignore-unavailable': 'bool', |