All of lore.kernel.org
 help / color / mirror / Atom feed
From: George Dunlap <george.dunlap@eu.citrix.com>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
	Olaf Hering <olaf@aepfle.de>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Wei Liu <wei.liu2@citrix.com>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [PATCH v2 1/8] xenalyze: add to tools/xentrace/xenalyze
Date: Tue, 12 May 2015 10:09:41 +0100	[thread overview]
Message-ID: <5551C355.5060203@eu.citrix.com> (raw)
In-Reply-To: <1431420319.8263.81.camel@citrix.com>

On 05/12/2015 09:45 AM, Ian Campbell wrote:
> On Mon, 2015-05-11 at 15:33 +0100, George Dunlap wrote:
>> On 05/11/2015 03:23 PM, 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 <olaf@aepfle.de> 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.  So someone might argue that, both having to do with the xen
>> tracing system, they should live in the same directory; that's where
>> xentrace_format lives, after all.
>>
>> However, all xentrace does is basically map the hypervisor buffers and
>> dump them to disk.  Other than that, there is no functional overlap
>> between them.
>>
>> It looks like olaf is only checking in the core xenalyze binary, not the
>> other side bits (like the html documentation), so keeping them in the
>> same directory might make sense.
> 
> You mean to put xenalyze directly into xentrace (i.e. merging it with
> the current contents)?

I was speaking of putting xenalyze into the xentrace directory.  That
directory already has xentrace, xentrace_setsize, xenctx, and
xentrace_format.  I'd prefer it be in its own directory
(tools/xenalyze), but either way works for me.

(I suspect xentrace_setsize probably *should* be merged in with xentrace
as a command-line option; and xenctx should be rationalized with the
other version of it -- hvmctx or something?)

 -George

  reply	other threads:[~2015-05-12  9:09 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-07 10:35 [PATCH v2 0/8] add xenalyze to staging Olaf Hering
2015-05-07 10:35 ` [PATCH v2 1/8] xenalyze: add to tools/xentrace/xenalyze Olaf Hering
2015-05-07 16:45   ` George Dunlap
2015-05-08  5:20     ` Wei Liu
2015-05-11 14:15     ` Olaf Hering
2015-05-11 14:23       ` Ian Campbell
2015-05-11 14:28         ` Olaf Hering
2015-05-11 14:33         ` George Dunlap
2015-05-11 14:47           ` Olaf Hering
2015-05-12  8:45           ` Ian Campbell
2015-05-12  9:09             ` George Dunlap [this message]
2015-05-07 10:35 ` [PATCH v2 2/8] xenalyze: increase NR_CPUS to 256 Olaf Hering
2015-05-07 16:52   ` George Dunlap
2015-05-08  6:14     ` Olaf Hering
2015-05-08  5:22   ` Wei Liu
2015-05-07 10:35 ` [PATCH v2 3/8] xenalyze: print newline after unknown hvm events Olaf Hering
2015-05-07 16:53   ` George Dunlap
2015-05-08  5:22   ` Wei Liu
2015-05-07 10:35 ` [PATCH v2 4/8] xenalyze: include odd mmio states in default output Olaf Hering
2015-05-07 16:53   ` George Dunlap
2015-05-08  5:23   ` Wei Liu
2015-05-07 10:35 ` [PATCH v2 5/8] xenalyze: handle TRC_TRACE_WRAP_BUFFER Olaf Hering
2015-05-07 17:04   ` George Dunlap
2015-05-08  5:24   ` Wei Liu
2015-05-07 10:35 ` [PATCH v2 6/8] xenalyze: handle more events in sched_process Olaf Hering
2015-05-07 17:13   ` George Dunlap
2015-05-07 17:28     ` Andrew Cooper
2015-05-07 17:42       ` George Dunlap
2015-05-12 14:53         ` Dario Faggioli
2015-05-08  5:30   ` Wei Liu
2015-05-08  6:18     ` Olaf Hering
2015-05-07 10:35 ` [PATCH v2 7/8] xenalyze: remove traling whitespaces Olaf Hering
2015-05-07 17:15   ` George Dunlap
2015-05-07 17:26   ` Andrew Cooper
2015-05-07 17:34     ` George Dunlap
2015-05-08  6:22     ` Olaf Hering
2015-05-08  5:32   ` Wei Liu
2015-05-07 10:35 ` [PATCH v2 8/8] xenalyze: remove argp_program_version Olaf Hering
2015-05-07 17:18   ` George Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5551C355.5060203@eu.citrix.com \
    --to=george.dunlap@eu.citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=olaf@aepfle.de \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.