Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757839AbYJPWLA (ORCPT ); Thu, 16 Oct 2008 18:11:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755891AbYJPWKt (ORCPT ); Thu, 16 Oct 2008 18:10:49 -0400 Received: from tomts16-srv.bellnexxia.net ([209.226.175.4]:41674 "EHLO tomts16-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752194AbYJPWKt (ORCPT ); Thu, 16 Oct 2008 18:10:49 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAKBU90hMQWq+/2dsb2JhbACBcsIug2w Date: Thu, 16 Oct 2008 18:10:46 -0400 From: Mathieu Desnoyers To: Jason Baron Cc: linux-kernel@vger.kernel.org, fche@redhat.com, fweisbec@gmail.com, edwintorok@gmail.com, mingo@elte.hu, peterz@infradead.org Subject: Re: tracepoints for kernel/mutex.c Message-ID: <20081016221046.GD21877@Krystal> References: <20081016210430.GC25738@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20081016210430.GC25738@redhat.com> X-Editor: vi X-Info: http://krystal.dyndns.org:8080 X-Operating-System: Linux/2.6.21.3-grsec (i686) X-Uptime: 18:03:43 up 134 days, 2:44, 6 users, load average: 0.19, 0.58, 0.74 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: 6046 Lines: 207 * Jason Baron (jbaron@redhat.com) wrote: > hi, > > 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: > >