[PATCH 0/6] perf tools: fix annotate and top->annotate + more

From: Kirill Smelkov
Date: Fri Jan 08 2010 - 07:49:56 EST


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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/