Re: [Qemu-devel] [PATCH v4 00/20] instrument: Add basic event instrumentation

2017-09-10 Thread Lluís Vilanova
Emilio G Cota writes: > On Wed, Sep 06, 2017 at 20:22:41 +0300, Lluís Vilanova wrote: >> This series adds an API to add instrumentation events. >> >> It also provides additional APIs for: >> * Controlling tracing events > hmm didn't Stefan say that tracing should be decoupled from this? I

Re: [Qemu-devel] [PATCH v4 00/20] instrument: Add basic event instrumentation

2017-09-10 Thread Lluís Vilanova
Emilio G Cota writes: > On Wed, Sep 06, 2017 at 20:22:41 +0300, Lluís Vilanova wrote: >> This series adds an API to add instrumentation events. >> >> It also provides additional APIs for: >> * Controlling tracing events > hmm didn't Stefan say that tracing should be decoupled from this? >> *

Re: [Qemu-devel] [PATCH v4 00/20] instrument: Add basic event instrumentation

2017-09-10 Thread Lluís Vilanova
Emilio G Cota writes: > On Thu, Sep 07, 2017 at 12:58:05 +0200, Markus Armbruster wrote: >> Lluís Vilanova writes: >> >> > This series adds an API to add instrumentation events. >> > >> > It also provides additional APIs for: >> > * Controlling tracing events >> > *

Re: [Qemu-devel] [PATCH v4 00/20] instrument: Add basic event instrumentation

2017-09-07 Thread Emilio G. Cota
On Thu, Sep 07, 2017 at 12:58:05 +0200, Markus Armbruster wrote: > Lluís Vilanova writes: > > > This series adds an API to add instrumentation events. > > > > It also provides additional APIs for: > > * Controlling tracing events > > * Peek/poke guest memory > > > > There's

Re: [Qemu-devel] [PATCH v4 00/20] instrument: Add basic event instrumentation

2017-09-07 Thread Markus Armbruster
Lluís Vilanova writes: > This series adds an API to add instrumentation events. > > It also provides additional APIs for: > * Controlling tracing events > * Peek/poke guest memory > > There's still missing APIs for (can be added in later series?): > * Provide something like

Re: [Qemu-devel] [PATCH v4 00/20] instrument: Add basic event instrumentation

2017-09-07 Thread Markus Armbruster
Lluís Vilanova writes: > This series adds an API to add instrumentation events. > > It also provides additional APIs for: > * Controlling tracing events > * Peek/poke guest memory > > There's still missing APIs for (can be added in later series?): > * Provide something like

Re: [Qemu-devel] [PATCH v4 00/20] instrument: Add basic event instrumentation

2017-09-06 Thread Emilio G. Cota
On Wed, Sep 06, 2017 at 20:22:41 +0300, Lluís Vilanova wrote: > This series adds an API to add instrumentation events. > > It also provides additional APIs for: > * Controlling tracing events hmm didn't Stefan say that tracing should be decoupled from this? > * Peek/poke guest memory > >

[Qemu-devel] [PATCH v4 00/20] instrument: Add basic event instrumentation

2017-09-06 Thread Lluís Vilanova
This series adds an API to add instrumentation events. It also provides additional APIs for: * Controlling tracing events * Peek/poke guest memory There's still missing APIs for (can be added in later series?): * Provide something like tracing's per-vCPU trace states (i.e., so that each vCPU