From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755228AbZCVPH3 (ORCPT ); Sun, 22 Mar 2009 11:07:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754335AbZCVPHR (ORCPT ); Sun, 22 Mar 2009 11:07:17 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:54506 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754148AbZCVPHQ (ORCPT ); Sun, 22 Mar 2009 11:07:16 -0400 Date: Sun, 22 Mar 2009 16:06:57 +0100 From: Ingo Molnar To: "Paul E. McKenney" Cc: Steven Rostedt , Frederic Weisbecker , LKML , Thomas Gleixner , Peter Zijlstra Subject: Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace Message-ID: <20090322150657.GA17415@elte.hu> References: <20090320195414.GA24129@elte.hu> <20090320204848.GA6044@nowhere> <20090321100129.GC7201@elte.hu> <20090321165804.GA21366@elte.hu> <20090321190746.GC7148@linux.vnet.ibm.com> <20090321200919.GA23992@elte.hu> <20090321210154.GD7148@linux.vnet.ibm.com> <20090322142409.GA3279@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090322142409.GA3279@elte.hu> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org one thing to note is: [] ? ftrace_likely_update+0x1f/0x27 [] ? prepare_ftrace_return+0x3c/0x158 [] ? prepare_ftrace_return+0x124/0x158 [] ? ftrace_graph_caller+0x46/0x6d [] ? jhash+0x9/0x1e6 [] ? get_tracepoint+0x30/0x7f [] ? return_to_handler+0x0/0x73 [] call_softirq+0x1c/0x28 the branch profiler should be disabled inside ftrace ... Ingo