Skip to content

Commit

Permalink
tracing: Remove .globl in the scripts/recordmcount.pl doc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jolsa@redhat.com authored and Ingo Molnar committed Jul 18, 2009
1 parent 566b0aa commit d34a4de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/recordmcount.pl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
# call mcount (offset: 0x5)
# [...]
# ret
# .globl my_func
# other_func:
# [...]
# call mcount (offset: 0x1b)
Expand Down

0 comments on commit d34a4de

Please sign in to comment.