All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] tracing: function graph tracer, fix
Date: Wed, 26 Nov 2008 03:10:58 +0100	[thread overview]
Message-ID: <20081126021058.GA17390@elte.hu> (raw)
In-Reply-To: <20081126020459.GA16374@elte.hu>


small fixlet.

------------->
>From c2324b694fa8ffee382a124198c68754088e483c Mon Sep 17 00:00:00 2001
From: Ingo Molnar <mingo@elte.hu>
Date: Wed, 26 Nov 2008 03:10:01 +0100
Subject: [PATCH] tracing: function graph tracer, fix

fix return-tracer => graph-tracer namespace rename fallout.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/kernel/entry_32.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
index 2b1f0f0..7def9fd 100644
--- a/arch/x86/kernel/entry_32.S
+++ b/arch/x86/kernel/entry_32.S
@@ -1189,7 +1189,7 @@ ENTRY(mcount)
 	cmpl $ftrace_stub, ftrace_trace_function
 	jnz trace
 #ifdef CONFIG_FUNCTION_GRAPH_TRACER
-	cmpl $ftrace_stub, ftrace_graph_function
+	cmpl $ftrace_stub, ftrace_graph_return
 	jnz ftrace_graph_caller
 #endif
 .globl ftrace_stub

  reply	other threads:[~2008-11-26  2:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-25 23:57 [PATCH] tracing/function-return-tracer: set a more human readable output Frederic Weisbecker
2008-11-26  0:39 ` Ingo Molnar
2008-11-26  2:04   ` Ingo Molnar
2008-11-26  2:10     ` Ingo Molnar [this message]
2008-11-26  2:19     ` Steven Rostedt
2008-11-26 11:32       ` Frédéric Weisbecker
2008-11-26 12:21         ` Steven Rostedt
2008-11-26 13:22           ` Frédéric Weisbecker
2008-11-26 11:11     ` Frédéric Weisbecker
2008-11-26 17:09       ` Steven Rostedt
2008-11-26  2:12   ` Ingo Molnar
2008-11-26 11:11     ` Frédéric Weisbecker
2008-11-26  2:14   ` Ingo Molnar
2008-11-26  2:21     ` Steven Rostedt
2008-11-26  2:42       ` Ingo Molnar
2008-11-26  2:51         ` Steven Rostedt
2008-11-26 11:19     ` Frédéric Weisbecker
2008-11-26 11:38       ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081126021058.GA17390@elte.hu \
    --to=mingo@elte.hu \
    --cc=fweisbec@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.