[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-d34a4debef933061924ee17c2ede33f5c44925fb@git.kernel.org>
Date: Sat, 18 Jul 2009 10:24:45 GMT
From: "tip-bot for jolsa@...hat.com" <jolsa@...hat.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
tglx@...utronix.de, mingo@...e.hu, jolsa@...hat.com
Subject: [tip:tracing/core] tracing: Remove .globl in the scripts/recordmcount.pl doc
Commit-ID: d34a4debef933061924ee17c2ede33f5c44925fb
Gitweb: http://git.kernel.org/tip/d34a4debef933061924ee17c2ede33f5c44925fb
Author: jolsa@...hat.com <jolsa@...hat.com>
AuthorDate: Thu, 16 Jul 2009 21:44:28 +0200
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Sat, 18 Jul 2009 12:21:17 +0200
tracing: Remove .globl in the scripts/recordmcount.pl doc
I was reading throught the recordmcount.pl starting comment,
and spotted a tiny discrepancy.
The second example is about my_func not being global, but the
example code has the ".globl my_func" statement just moved.
Signed-off-by: Jiri Olsa <jolsa@...hat.com>
Cc: rostedt@...dmis.org
LKML-Reference: <1247773468-11594-4-git-send-email-jolsa@...hat.com>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
scripts/recordmcount.pl | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl
index 7109e2b..db4ebe1 100755
--- a/scripts/recordmcount.pl
+++ b/scripts/recordmcount.pl
@@ -57,7 +57,6 @@
# call mcount (offset: 0x5)
# [...]
# ret
-# .globl my_func
# other_func:
# [...]
# call mcount (offset: 0x1b)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists