From: Kirill Smelkov <kirr@landau.phys.spbu.ru>
To: Ingo Molnar <mingo@elte.hu>
Cc: Kirill Smelkov <kirr@landau.phys.spbu.ru>, linux-kernel@vger.kernel.org
Subject: [PATCH 0/6] perf tools: fix annotate and top->annotate + more
Date: Fri, 8 Jan 2010 15:23:03 +0300 [thread overview]
Message-ID: <cover.1262952612.git.kirr@landau.phys.spbu.ru> (raw)
Ingo, All,
While studying perf, I've noticed `perf top` can't annotate userspace. Then I
also discovered that `perf annotate` wrongly annotates non-prelinked libraries.
Please find fixes below.
Kirill
Btw, thanks for nice tools.
Kirill Smelkov (6):
perf top: teach it to autolocate vmlinux
perf top: align help text on keys
perf top: fix code typo in prompt_symbol()
perf annotate: fix it for non-prelinked *.so
perf top: fix annotate for userspace
perf: fix few typos + cosmetics
tools/perf/Documentation/perf-top.txt | 2 +-
tools/perf/Documentation/perf.txt | 2 +-
tools/perf/builtin-annotate.c | 4 +-
tools/perf/builtin-top.c | 67 +++++++++++++++++++--------------
tools/perf/design.txt | 8 ++--
tools/perf/util/map.c | 22 +++++++++++
tools/perf/util/map.h | 10 +++++
7 files changed, 79 insertions(+), 36 deletions(-)
next reply other threads:[~2010-01-08 12:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-08 12:23 Kirill Smelkov [this message]
2010-01-08 12:23 ` [PATCH 1/6] perf top: teach it to autolocate vmlinux Kirill Smelkov
2010-01-13 13:39 ` Arnaldo Carvalho de Melo
2010-01-17 16:59 ` Kirill Smelkov
2010-01-17 17:53 ` Arnaldo Carvalho de Melo
2010-01-08 12:23 ` [PATCH 2/6] perf top: align help text on keys Kirill Smelkov
2010-01-08 12:23 ` [PATCH 3/6] perf top: fix code typo in prompt_symbol() Kirill Smelkov
2010-01-13 13:47 ` Arnaldo Carvalho de Melo
2010-01-08 12:23 ` [PATCH 4/6] perf annotate: fix it for non-prelinked *.so Kirill Smelkov
2010-01-08 12:23 ` [PATCH 5/6] perf top: fix annotate for userspace Kirill Smelkov
2010-01-08 12:23 ` [PATCH 6/6] perf: fix few typos + cosmetics Kirill Smelkov
2010-01-13 13:41 ` Arnaldo Carvalho de Melo
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=cover.1262952612.git.kirr@landau.phys.spbu.ru \
--to=kirr@landau.phys.spbu.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome