Re: [Xen-devel] [PATCH v3 1/8] xenalyze: add to tools/xentrace/

2015-05-22 Thread Wei Liu
On Fri, May 22, 2015 at 01:32:01PM +0200, Olaf Hering wrote: > On Fri, May 22, Wei Liu wrote: > > > On Fri, May 22, 2015 at 08:19:32AM +, Olaf Hering wrote: > > > BIN = xentrace xentrace_setsize > > > +SBIN = xenalyze > > > > Why is xenalyze not placed in the same directory as xentr

Re: [Xen-devel] [PATCH v3 1/8] xenalyze: add to tools/xentrace/

2015-05-22 Thread Olaf Hering
On Fri, May 22, Wei Liu wrote: > On Fri, May 22, 2015 at 08:19:32AM +, Olaf Hering wrote: > > BIN = xentrace xentrace_setsize > > +SBIN = xenalyze > > Why is xenalyze not placed in the same directory as xentrace? My > impression is that they are closely related. What did I miss? >

Re: [Xen-devel] [PATCH v3 1/8] xenalyze: add to tools/xentrace/

2015-05-22 Thread Wei Liu
On Fri, May 22, 2015 at 08:19:32AM +, Olaf Hering wrote: > This merges xenalyze.hg, changeset 150:24308507be1d, > into tools/xentrace/xenalyze.c to have the tool and > public/trace.h in one place. > > Signed-off-by: Olaf Hering > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Campbell