From: jolsa@redhat.com Date: Thu, 16 Jul 2009 19:44:28 +0000 (+0200) Subject: tracing: Remove .globl in the scripts/recordmcount.pl doc X-Git-Tag: v2.6.32-rc1~718^2~77 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d34a4debef933061924ee17c2ede33f5c44925fb;p=karo-tx-linux.git 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 Cc: rostedt@goodmis.org LKML-Reference: <1247773468-11594-4-git-send-email-jolsa@redhat.com> Signed-off-by: Ingo Molnar --- diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl index 7109e2b5bc0a..db4ebe1b9960 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)