Re: [PATCH v4 10/10] tools/proctrace: add proctrace tool

2020-07-21 Thread Wei Liu
On Thu, Jul 02, 2020 at 04:10:57PM +0100, Andrew Cooper wrote: [...] > > > +#include > > +#include > > +#include > > +#include > > + > > +#include > > +#include > > +#include > > + > > +#define BUF_SIZE (16384 * XC_PAGE_SIZE) > > This hardcodes the size of the buffer which is configurable

Re: [PATCH v4 10/10] tools/proctrace: add proctrace tool

2020-07-02 Thread Andrew Cooper
On 30/06/2020 13:33, Michał Leszczyński wrote: > diff --git a/tools/proctrace/COPYING b/tools/proctrace/COPYING > new file mode 100644 > index 00..c0a841112c > --- /dev/null > +++ b/tools/proctrace/COPYING The top-level COPYING file is GPL2.  There shouldn't be any need to include a

[PATCH v4 10/10] tools/proctrace: add proctrace tool

2020-06-30 Thread Michał Leszczyński
From: Michal Leszczynski Add an demonstration tool that uses xc_vmtrace_* calls in order to manage external IPT monitoring for DomU. Signed-off-by: Michal Leszczynski --- tools/proctrace/COPYING | 339 tools/proctrace/Makefile| 48 +