Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755536AbYJQOte (ORCPT ); Fri, 17 Oct 2008 10:49:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754498AbYJQOt0 (ORCPT ); Fri, 17 Oct 2008 10:49:26 -0400 Received: from mx1.redhat.com ([66.187.233.31]:52657 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753855AbYJQOt0 (ORCPT ); Fri, 17 Oct 2008 10:49:26 -0400 Date: Fri, 17 Oct 2008 10:48:20 -0400 From: Jason Baron To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, compudj@krystal.dyndns.org, fche@redhat.com, fweisbec@gmail.com, edwintorok@gmail.com, mingo@elte.hu, Steven Rostedt Subject: Re: tracepoints for kernel/mutex.c Message-ID: <20081017144820.GA3167@redhat.com> References: <20081016210430.GC25738@redhat.com> <1224192879.16038.82.camel@lappy.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1224192879.16038.82.camel@lappy.programming.kicks-ass.net> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1935 Lines: 47 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: > > > >