Re: [Qemu-devel] [RFC PATCH v2 4/7] tcg: add instrumenting module

2018-09-12 Thread Pavel Dovgalyuk
> From: Alex Bennée [mailto:alex.ben...@linaro.org] > Pavel Dovgalyuk writes: > > > From: Pavel Dovgalyuk > > > > This is a samples of the instrumenting interface and implementation > > of some instruction tracing tasks. > > > > Signed-off-by: Pavel Dovgalyuk > > --- > > accel/tcg/translator.c

Re: [Qemu-devel] [RFC PATCH v2 4/7] tcg: add instrumenting module

2018-09-07 Thread Alex Bennée
Pavel Dovgalyuk writes: > From: Pavel Dovgalyuk > > This is a samples of the instrumenting interface and implementation > of some instruction tracing tasks. > > Signed-off-by: Pavel Dovgalyuk > --- > accel/tcg/translator.c|5 + > include/qemu/instrument.h |7 +++ > plugin

[Qemu-devel] [RFC PATCH v2 4/7] tcg: add instrumenting module

2018-06-05 Thread Pavel Dovgalyuk
From: Pavel Dovgalyuk This is a samples of the instrumenting interface and implementation of some instruction tracing tasks. Signed-off-by: Pavel Dovgalyuk --- accel/tcg/translator.c|5 + include/qemu/instrument.h |7 +++ plugins/helper.h |1 + plugins/plugins.