Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757284AbYLEPiB (ORCPT ); Fri, 5 Dec 2008 10:38:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754688AbYLEPhy (ORCPT ); Fri, 5 Dec 2008 10:37:54 -0500 Received: from smtp-out.google.com ([216.239.45.13]:31271 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753461AbYLEPhx (ORCPT ); Fri, 5 Dec 2008 10:37:53 -0500 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=mime-version:in-reply-to:references:date:message-id:subject:from:to: cc:content-type:content-transfer-encoding: x-gmailtapped-by:x-gmailtapped; b=StPAObeu2Lm2fgjii8dlX3hNxg8JIoc0w8pFuKtOiSfI/QoC5+FanW6SP96lDXD4d mKJ4Ov/LvWy6CZsjz94/A== MIME-Version: 1.0 In-Reply-To: References: <5df78e1d0812021626y68c7241ahfdba4d37c7840e10@mail.gmail.com> <1228278908.4886.49.camel@localhost.localdomain> <5df78e1d0812022130g7c5a004bnd729d0a8454f24ed@mail.gmail.com> <5df78e1d0812050004q505cba8dnee39997a84d67847@mail.gmail.com> Date: Fri, 5 Dec 2008 07:37:48 -0800 Message-ID: <33307c790812050737l6a990685p619b32ac38f6491@mail.gmail.com> Subject: Re: [RFC PATCH 3/3] kernel tracing prototype From: Martin Bligh To: "Frank Ch. Eigler" Cc: Jiaying Zhang , Steven Rostedt , linux-kernel@vger.kernel.org, Michael Rubin , Michael Davidson , Andrew Morton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-GMailtapped-By: 172.24.198.77 X-GMailtapped: mbligh Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 624 Lines: 15 >> - vanilla 2.6.26 kernel, CONFIG_MARKERS=n >> Throughput 759.352 MB/sec 4 >> - markers compiled in, tracing disabled >> Throughput 754.18 MB/sec 4 > > Is your kernel built with -freorder-blocks? This option dramatically > reduces the cost of inactive markers/tracepoints. I'm curious why we wouldn't turn that on by default in the makefile? At least if CONFIG_MARKERS is on. -- 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/