Re: [Qemu-devel] [PATCH] trace: Multi-backend tracing

2014-02-17 Thread Lluís Vilanova
This patch depends on the "Tracetool cleanup" series. The idea is based on Kazuya's "trace backend: introduce multi tracing backend" series. Thanks, Lluis

[Qemu-devel] [PATCH] trace: Multi-backend tracing

2014-02-17 Thread Lluís Vilanova
Adds support to compile QEMU with multiple tracing backends at the same time. For example, you can compile QEMU with: $ ./configure --enable-trace-backend=ftrace,dtrace Where 'ftrace' can be handy for having an in-flight record of events, and 'dtrace' can be later used to extract more informa