From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759009AbZDOJee (ORCPT ); Wed, 15 Apr 2009 05:34:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752831AbZDOJeY (ORCPT ); Wed, 15 Apr 2009 05:34:24 -0400 Received: from casper.infradead.org ([85.118.1.10]:53563 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752803AbZDOJeX (ORCPT ); Wed, 15 Apr 2009 05:34:23 -0400 Subject: Re: [PATCH 2/4] tracing/events: fix lockdep system name From: Peter Zijlstra To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Thomas Gleixner , Frederic Weisbecker , Theodore Tso , Arjan van de Ven , Christoph Hellwig , Mathieu Desnoyers , Jeremy Fitzhardinge , Lai Jiangshan , Zhaolei , Li Zefan , KOSAKI Motohiro , Masami Hiramatsu , "Frank Ch. Eigler" , Tom Zanussi , Jiaying Zhang , Michael Rubin , Martin Bligh In-Reply-To: <20090415031604.933829085@goodmis.org> References: <20090415031511.128139334@goodmis.org> <20090415031604.933829085@goodmis.org> Content-Type: text/plain Date: Wed, 15 Apr 2009 11:32:42 +0200 Message-Id: <1239787962.22720.1966.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2009-04-14 at 23:15 -0400, Steven Rostedt wrote: > plain text document attachment > (0002-tracing-events-fix-lockdep-system-name.patch) > From: Steven Rostedt > > Impact: fix compile error of lockdep event tracer > > Ingo Molnar pointed out that the system name for the lockdep tracer was "lock" > which is used to include the event trace file name. It should be "lockdep" Ah, I did that on purpose. Whilst it all stems from the lockdep code, these tracepoints have nothing much to do with dependency tracking, hence I decided to drop that bit of the name.