From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH v4 0/9] add xenalyze to staging Date: Tue, 2 Jun 2015 18:16:03 +0100 Message-ID: <556DE4D3.5090606@eu.citrix.com> References: <1432369458-7587-1-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1432369458-7587-1-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 05/23/2015 09:24 AM, Olaf Hering wrote: > Having xenalyze in the source tree makes it much easier to keep private > debug code in hypervisor and xenalyze in sync. It helped alot while > debugging the root cause for commit 607e8494c42397fb249191904066cace6ac9a880. > > changes between v3 and v4: > - install existing binaries in sbindir > - install xenalyze in bindir > > changes between v2 and v3: > - move to tools/xentrace > > changes between v1 and v2: > - move to tools/xentrace/xenalyze > - drop patch which touches sched_switch_process > - add patch to remove argp_program_version > - add patch to bump NR_CPUS > > Olaf Hering (9): > xentrace: install into sbin > xenalyze: add to tools/xentrace/ > xenalyze: increase NR_CPUS to 256 > xenalyze: print newline after unknown hvm events > xenalyze: include odd mmio states in default output > xenalyze: handle TRC_TRACE_WRAP_BUFFER > xenalyze: handle more events in sched_process > xenalyze: remove traling whitespaces > xenalyze: remove argp_program_version Wei, I think at this point everything except for patch 7 ("xenalyze: handle more events in sched_process") has been Ack-ed by both of us, and everyone else has had plenty of time to comment if they wish. You should probably check in at least patches 1-6. You could probably toss in 8-9 as well while you're at it. -George