Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757395AbYAWSor (ORCPT ); Wed, 23 Jan 2008 13:44:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754546AbYAWSoh (ORCPT ); Wed, 23 Jan 2008 13:44:37 -0500 Received: from mx1.redhat.com ([66.187.233.31]:50584 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754664AbYAWSog (ORCPT ); Wed, 23 Jan 2008 13:44:36 -0500 Date: Wed, 23 Jan 2008 13:25:33 -0500 From: "Frank Ch. Eigler" To: Peter Zijlstra Cc: "Frank Ch. Eigler" , Steven Rostedt , LKML , Ingo Molnar , Linus Torvalds , Andrew Morton , Christoph Hellwig , Mathieu Desnoyers , Gregory Haskins , Arnaldo Carvalho de Melo , Thomas Gleixner , Tim Bird , Sam Ravnborg , Jan Kiszka , John Stultz , Arjan van de Ven , Steven Rostedt Subject: Re: [PATCH 19/20 -v5] Trace irq disabled critical timings Message-ID: <20080123182533.GF18698@redhat.com> References: <20080123160236.969334052@goodmis.org> <20080123160444.197366580@goodmis.org> <20080123165353.GA12598@goodmis.org> <20080123171107.GB12598@goodmis.org> <20080123172712.GE18698@redhat.com> <1201111103.6341.73.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1201111103.6341.73.camel@lappy> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1139 Lines: 27 Hi - On Wed, Jan 23, 2008 at 06:58:23PM +0100, Peter Zijlstra wrote: > [...] > > Is there an opportunity here to share effort with latencytop, and > > ideally to use markers as much as possible for these event hooks? > > I'm still thinking latencytop should only record stack traces and do the > rest in user-space. > > Also, the things the latency tracer and latecytop measure are quite > different. the latency tracer measures how long a non-schedulable > section is, latencytop measures how a task was scheduled away. The commonality I imagine is not in what sorts of reports they create, or where they complete the formatting for and end-user. It is solely whether the kernel-side instrumentation sites can be represented by individual markers, so that these particular tools as well as future ones don't need to keep inserting custom code in similar or even the same places. - FChE -- 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/