Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753015Ab0LGMYu (ORCPT ); Tue, 7 Dec 2010 07:24:50 -0500 Received: from www.tglx.de ([62.245.132.106]:46156 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752853Ab0LGMYs (ORCPT ); Tue, 7 Dec 2010 07:24:48 -0500 Date: Tue, 7 Dec 2010 13:24:16 +0100 (CET) From: Thomas Gleixner To: Arnaldo Carvalho de Melo cc: Ian Munsie , linux-kernel , Ingo Molnar , Frederic Weisbecker , Mike Galbraith , Paul Mackerras , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCH 3/3] perf record/report: Process events in order In-Reply-To: <20101207105446.GA6911@ghostprotocols.net> Message-ID: References: <1291603026-11785-4-git-send-email-imunsie@au1.ibm.com> <1291637998-sup-4601@au1.ibm.com> <1291640985-sup-4443@au1.ibm.com> <1291679635-sup-9860@au1.ibm.com> <20101207105446.GA6911@ghostprotocols.net> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1100 Lines: 25 On Tue, 7 Dec 2010, Arnaldo Carvalho de Melo wrote: > Em Tue, Dec 07, 2010 at 11:47:35AM +0100, Thomas Gleixner escreveu: > > Having time ordered output of -D needs more than fixing the time stamp > > issue. The dump_printf/dump_trace stuff is scattered all over the > > place. So that needs more code churn, as you want to output the non > > synth events when the ordered queue is drained. > > We can fix that, but then it was supposed to be a dump, something as it > comes from the perf.data file. > > Perhaps we need something new, that does ordered dumps, I think we can > just move all the dump_fprintf stuff to one place, and have calls for > those where it is now (unordered) and another one from the ordered > place, but looking at different debug variables? I have a patch series ready to consolidate all this. Will send soon. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/