Re: [Qemu-devel] [PATCH v2 0/5] trace: [tcg] Optimize per-vCPU tracing states with separate TB caches

2016-09-26 Thread Stefan Hajnoczi
On Thu, Sep 15, 2016 at 05:50:37PM +0200, Lluís Vilanova wrote: > Avoids generating TCG code to call guest code tracing events in vCPUs that are > not dynamically tracing that event. > > Currently, events with the 'tcg' property always generate TCG code to trace > that > event at guest code

[Qemu-devel] [PATCH v2 0/5] trace: [tcg] Optimize per-vCPU tracing states with separate TB caches

2016-09-15 Thread Lluís Vilanova
Avoids generating TCG code to call guest code tracing events in vCPUs that are not dynamically tracing that event. Currently, events with the 'tcg' property always generate TCG code to trace that event at guest code execution time, when their dynamic tracing state is checked. This series adds a