Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756889AbYJQQyT (ORCPT ); Fri, 17 Oct 2008 12:54:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754913AbYJQQyJ (ORCPT ); Fri, 17 Oct 2008 12:54:09 -0400 Received: from tomts22.bellnexxia.net ([209.226.175.184]:64695 "EHLO tomts22-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754815AbYJQQyI (ORCPT ); Fri, 17 Oct 2008 12:54:08 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AugEADdd+EhMQWq+/2dsb2JhbACBcr8fg2w Date: Fri, 17 Oct 2008 12:54:06 -0400 From: Mathieu Desnoyers To: Peter Zijlstra Cc: Jason Baron , linux-kernel@vger.kernel.org, fche@redhat.com, fweisbec@gmail.com, edwintorok@gmail.com, mingo@elte.hu, Steven Rostedt Subject: Re: tracepoints for kernel/mutex.c Message-ID: <20081017165406.GH5696@Krystal> References: <20081016210430.GC25738@redhat.com> <1224192879.16038.82.camel@lappy.programming.kicks-ass.net> <20081017144820.GA3167@redhat.com> <1224262119.16038.87.camel@lappy.programming.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <1224262119.16038.87.camel@lappy.programming.kicks-ass.net> X-Editor: vi X-Info: http://krystal.dyndns.org:8080 X-Operating-System: Linux/2.6.21.3-grsec (i686) X-Uptime: 12:52:22 up 134 days, 21:32, 9 users, load average: 1.42, 0.99, 0.89 User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3289 Lines: 75 * Peter Zijlstra (peterz@infradead.org) wrote: > On Fri, 2008-10-17 at 10:48 -0400, Jason Baron wrote: > > On Thu, Oct 16, 2008 at 11:34:38PM +0200, Peter Zijlstra wrote: > > > On Thu, 2008-10-16 at 17:04 -0400, Jason Baron wrote: > > > > > > > Below are 3 tracepoints I've been playing with in kernel/mutex.c using > > > > a SystemTap script. The idea is to detect and determine the cause of > > > > lock contention. Currently I get the following output: > > > > > > > >