浏览代码

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@redhat.com>
Cc: rostedt@goodmis.org
LKML-Reference: <1247773468-11594-4-git-send-email-jolsa@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
jolsa@redhat.com 16 年之前
父节点
当前提交
d34a4debef
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      scripts/recordmcount.pl

+ 0 - 1
scripts/recordmcount.pl

@@ -57,7 +57,6 @@
 #        call mcount  (offset: 0x5)
 #        call mcount  (offset: 0x5)
 #        [...]
 #        [...]
 #        ret
 #        ret
-#  .globl my_func
 #  other_func:
 #  other_func:
 #        [...]
 #        [...]
 #        call mcount (offset: 0x1b)
 #        call mcount (offset: 0x1b)