Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932282AbZICU4p (ORCPT ); Thu, 3 Sep 2009 16:56:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932252AbZICU4o (ORCPT ); Thu, 3 Sep 2009 16:56:44 -0400 Received: from fifo99.com ([67.223.236.141]:33016 "EHLO fifo99.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932245AbZICU4o (ORCPT ); Thu, 3 Sep 2009 16:56:44 -0400 Subject: Re: [PATCH 0/4] RFC: jump label - (tracepoint optimizations) From: Daniel Walker To: Jason Baron Cc: linux-kernel@vger.kernel.org, mathieu.desnoyers@polymtl.ca, roland@redhat.com, rth@redhat.com, mingo@elte.hu In-Reply-To: References: Content-Type: text/plain Date: Thu, 03 Sep 2009 13:45:06 -0700 Message-Id: <1252010706.9808.19.camel@desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1073 Lines: 25 On Thu, 2009-09-03 at 16:25 -0400, Jason Baron wrote: > hi, > > Problem: > > Currenly, tracepoints are implemented using a conditional. The conditional > check requires checking a global variable for each tracepoint. Although, > the overhead of this check is small, it increases under memory pressure. As we > increase the number of tracepoints in the kernel this may become more of an > issue. In addition, tracepoints are often dormant (disabled), and provide no > direct kernel functionality. Thus, it is highly desirable to reduce their > impact as much as possible. Mathieu Desnoyers has already suggested a number of > requirements for a solution to this issue. Could you run your patches though scripts/checkpatch.pl and clean up any errors.. It looks like you have some style issues in a few of the patches. Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/