Anything not commented inline has been changed according to your feedback.
Eric Blake writes:
[...]
>> +##
>> +# @instr-dynamic:
>> +#
>> +# Whether dynamic trace instrumentation is available.
>> +#
>> +# Since: 1.5
>> +##
>> +{ 'command': 'instr-dynamic',
>> + 'returns': 'bool' }
> Perhaps nam
On 04/16/2013 07:51 AM, Lluís Vilanova wrote:
> Add QMP commands to control (un)loading of dynamic instrumentation library.
>
> Signed-off-by: Lluís Vilanova
> ---
> include/qapi/qmp/qerror.h |9 +
> instrument/Makefile.objs|1 +
> instrument/qapi-schema.json | 33 +++
Add QMP commands to control (un)loading of dynamic instrumentation library.
Signed-off-by: Lluís Vilanova
---
include/qapi/qmp/qerror.h |9 +
instrument/Makefile.objs|1 +
instrument/qapi-schema.json | 33
instrument/qmp.c| 70 ++