All of lore.kernel.org
 help / color / mirror / Atom feed
From: taeung <treeze.taeung@gmail.com>
To: linux-perf-users@vger.kernel.org
Subject: perfconfig : what does mean annotate.show_nr_jumps ?
Date: Tue, 17 Feb 2015 19:07:40 +0900	[thread overview]
Message-ID: <54E312EC.7010804@gmail.com> (raw)

Hi, list

what does mean annotate.show_nr_jumps ?


If I configure 'annotate.show_nr_jumps' with a boolean 'false'
The output is as below..

         │1382:   movb   $0x1,-0x270(%rbp)
         │          ↑ jmpq   1223
         │            xchg   %ax,%ax
3.51 │1390:   mov    -0x210(%rbp),%rax
         │            movslq %r15d,%rsi
         │            mov    0x68(%rax),%rax
         │            testb  $0x10,0x1(%rax,%rsi,2)
7.89 │         ↑ je     be6
2.63 │13a9:   mov    %r9,%rbx

========================================================

And If I set 'true' to it, the output is as below

         │    1 1382:   movb   $0x1,-0x270(%rbp)
         │                 ↑ jmpq   1223
         │                   xchg   %ax,%ax
3.51 │    1 1390:   mov    -0x210(%rbp),%rax
         │                   movslq %r15d,%rsi
         │                   mov    0x68(%rax),%rax
         │                   testb  $0x10,0x1(%rax,%rsi,2)
7.89 │                 ↑ je     be6
2.63 │    1 13a9:   mov    %r9,%rbx

What does mean the number '1' in front of address such as  " 1 13a9: " ?


Thanks,
Taeung

             reply	other threads:[~2015-02-17 10:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-17 10:07 taeung [this message]
2015-02-17 20:35 ` perfconfig : what does mean annotate.show_nr_jumps ? Andi Kleen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54E312EC.7010804@gmail.com \
    --to=treeze.taeung@gmail.com \
    --cc=linux-perf-users@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.