From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v3 1/8] xenalyze: add to tools/xentrace/ Date: Fri, 22 May 2015 13:32:01 +0200 Message-ID: <20150522113201.GA23914@aepfle.de> References: <1432282779-7804-1-git-send-email-olaf@aepfle.de> <1432282779-7804-2-git-send-email-olaf@aepfle.de> <20150522112532.GM19083@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20150522112532.GM19083@zion.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: George Dunlap , Stefano Stabellini , Ian Jackson , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, May 22, Wei Liu wrote: > On Fri, May 22, 2015 at 08:19:32AM +0000, 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? > > And given that xenalyze only analyse the log it shouldn't require > privilege to run so it should be placed in BIN? Perhaps that should be flipped then, xentrace needs be run as root AFAIK. Olaf