All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] perf tools: fix annotate and top->annotate + more
@ 2010-01-08 12:23 Kirill Smelkov
  2010-01-08 12:23 ` [PATCH 1/6] perf top: teach it to autolocate vmlinux Kirill Smelkov
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Kirill Smelkov @ 2010-01-08 12:23 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Kirill Smelkov, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-01-17 17:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 12:23 [PATCH 0/6] perf tools: fix annotate and top->annotate + more Kirill Smelkov
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

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.