Commit d34a4debef933061924ee17c2ede33f5c44925fb

Authored by jolsa@redhat.com
Committed by Ingo Molnar
1 parent 566b0aaf79

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

scripts/recordmcount.pl
... ... @@ -57,7 +57,6 @@
57 57 # call mcount (offset: 0x5)
58 58 # [...]
59 59 # ret
60   -# .globl my_func
61 60 # other_func:
62 61 # [...]
63 62 # call mcount (offset: 0x1b)