From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v2 1/8] xenalyze: add to tools/xentrace/xenalyze Date: Mon, 11 May 2015 16:28:59 +0200 Message-ID: <20150511142858.GA19733@aepfle.de> References: <1430994944-20471-1-git-send-email-olaf@aepfle.de> <1430994944-20471-2-git-send-email-olaf@aepfle.de> <20150511141515.GA14629@aepfle.de> <1431354212.8263.65.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1431354212.8263.65.camel@citrix.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: Ian Campbell Cc: George Dunlap , Ian Jackson , Stefano Stabellini , Wei Liu , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Mon, May 11, Ian Campbell wrote: > On Mon, 2015-05-11 at 16:15 +0200, Olaf Hering wrote: > > On Thu, May 07, George Dunlap wrote: > > > > > On Thu, May 7, 2015 at 11:35 AM, Olaf Hering wrote: > > > > > > tools/xentrace/xenalyze/Makefile | 21 + > > > > > I personally think it would make more sense to just put the xenalyze > > > directory in tools/. > > What (if anything) is the relationship between xentrace and xenalyze? > > I think the latter post processes the result of the former, is that > right? Yes, xentrace reads the Xen tracebuffer and writes it to a binary file. xenalyze and xentrace_format try to translate the binary data into text. Olaf