On 06/09/2016 20:25, Daniel P. Berrange wrote:
> If giving QEMU a log arg which asks to enable multiple
> different trace event patterns such as
>
> $QEMU -d trace:qio*,trace:qcrypto*
>
> the parser will then invoke
>
> trace_enable_events("qio*,trace:qcrypto*")
> trace_enable_events("qc
On Tue, Sep 06, 2016 at 08:56:16PM +0200, Paolo Bonzini wrote:
> Stefan, is util/log.c part of tracing or not?!? :)
No.
Stefan
signature.asc
Description: PGP signature
Stefan, is util/log.c part of tracing or not?!? :)
Paolo
On 06/09/2016 20:25, Daniel P. Berrange wrote:
> If giving QEMU a log arg which asks to enable multiple
> different trace event patterns such as
>
> $QEMU -d trace:qio*,trace:qcrypto*
>
> the parser will then invoke
>
> trace_enable_