Re: [PATCH v2 2/2] docs/devel: tvg-plugins: add execlog plugin description

2021-06-24 Thread Alex Bennée
Alexandre IOOSS writes: > [[PGP Signed Part:Undecided]] > On 6/22/21 12:37 PM, Alex Bennée wrote: >> Alexandre IOOSS writes: >> >>> [[PGP Signed Part:Undecided]] >>> On 6/22/21 10:48 AM, Alex Bennée wrote: Alexandre Iooss writes: > [...] > + > +The execlog tool traces execut

Re: [PATCH v2 2/2] docs/devel: tvg-plugins: add execlog plugin description

2021-06-22 Thread Alexandre IOOSS
On 6/22/21 12:37 PM, Alex Bennée wrote: Alexandre IOOSS writes: [[PGP Signed Part:Undecided]] On 6/22/21 10:48 AM, Alex Bennée wrote: Alexandre Iooss writes: [...] + +The execlog tool traces executed instructions with memory access. It can be used +for debugging and security analysis purp

Re: [PATCH v2 2/2] docs/devel: tvg-plugins: add execlog plugin description

2021-06-22 Thread Alex Bennée
Alexandre IOOSS writes: > [[PGP Signed Part:Undecided]] > On 6/22/21 10:48 AM, Alex Bennée wrote: >> Alexandre Iooss writes: >>> [...] >>> + >>> +The execlog tool traces executed instructions with memory access. It can >>> be used >>> +for debugging and security analysis purposes. >> We shoul

Re: [PATCH v2 2/2] docs/devel: tvg-plugins: add execlog plugin description

2021-06-22 Thread Alexandre IOOSS
On 6/22/21 10:48 AM, Alex Bennée wrote: Alexandre Iooss writes: [...] + +The execlog tool traces executed instructions with memory access. It can be used +for debugging and security analysis purposes. We should probably mention that this will generate a lot of output. Running the admittedly m

Re: [PATCH v2 2/2] docs/devel: tvg-plugins: add execlog plugin description

2021-06-22 Thread Alex Bennée
Alexandre Iooss writes: Sorry also missed s/tvg/tcg/ in the subject line. -- Alex Bennée

Re: [PATCH v2 2/2] docs/devel: tvg-plugins: add execlog plugin description

2021-06-22 Thread Alex Bennée
Alexandre Iooss writes: > This adds description of the execlog TCG plugin with an example. > > Signed-off-by: Alexandre Iooss > --- > docs/devel/tcg-plugins.rst | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/docs/devel/tcg-plugins.rst b/docs/devel/tcg-plugins

[PATCH v2 2/2] docs/devel: tvg-plugins: add execlog plugin description

2021-06-18 Thread Alexandre Iooss
This adds description of the execlog TCG plugin with an example. Signed-off-by: Alexandre Iooss --- docs/devel/tcg-plugins.rst | 22 ++ 1 file changed, 22 insertions(+) diff --git a/docs/devel/tcg-plugins.rst b/docs/devel/tcg-plugins.rst index 18c6581d85..02818a3327 100644 -