Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756010AbYJQQtX (ORCPT ); Fri, 17 Oct 2008 12:49:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752354AbYJQQtP (ORCPT ); Fri, 17 Oct 2008 12:49:15 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:56339 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752122AbYJQQtO (ORCPT ); Fri, 17 Oct 2008 12:49:14 -0400 Subject: Re: tracepoints for kernel/mutex.c From: Peter Zijlstra To: Jason Baron Cc: linux-kernel@vger.kernel.org, compudj@krystal.dyndns.org, fche@redhat.com, fweisbec@gmail.com, edwintorok@gmail.com, mingo@elte.hu, Steven Rostedt In-Reply-To: <20081017144820.GA3167@redhat.com> References: <20081016210430.GC25738@redhat.com> <1224192879.16038.82.camel@lappy.programming.kicks-ass.net> <20081017144820.GA3167@redhat.com> Content-Type: text/plain Date: Fri, 17 Oct 2008 18:48:38 +0200 Message-Id: <1224262119.16038.87.camel@lappy.programming.kicks-ass.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2629 Lines: 60 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: > > > > > >