Re: [Qemu-devel] [PATCH v2] trace backend: introduce multi tracing backend

2014-02-17 Thread LluĂ­s Vilanova
Kazuya Saito writes: > This patch implements "multi tracing backend" which enables several > tracing backend simultaneously. This series raises some conflicts with the one I'm preparing for TCG tracing. In order to make it simpler to eventually integrate both, I've been preparing a cleanup of so

[Qemu-devel] [PATCH v2] trace backend: introduce multi tracing backend

2014-02-12 Thread Kazuya Saito
This patch implements "multi tracing backend" which enables several tracing backend simultaneously. QEMU has multiple trace backends, but one of them needs to be chosen at compile time. When investigating issues of QEMU, it'd be much more convenient if we can use multiple trace backends without r