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

2014-05-27 Thread Lluís Vilanova
Stefan Hajnoczi writes: > On Tue, May 13, 2014 at 08:04:13PM +0200, Lluís Vilanova wrote: >> Adds support to compile QEMU with multiple tracing backends at the same time. >> >> For example, you can compile QEMU with: >> >> $ ./configure --enable-trace-backends=ftrace,dtrace >> >> Where 'ftrace'

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

2014-05-26 Thread Stefan Hajnoczi
On Tue, May 13, 2014 at 08:04:13PM +0200, Lluís Vilanova wrote: > Adds support to compile QEMU with multiple tracing backends at the same time. > > For example, you can compile QEMU with: > > $ ./configure --enable-trace-backends=ftrace,dtrace > > Where 'ftrace' can be handy for having an in-f

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

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

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

2014-05-13 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-backends=ftrace,dtrace Where 'ftrace' can be handy for having an in-flight record of events, and 'dtrace' can be later used to extract more inform