Prev: tracing: Fix function declarations if !CONFIG_STACKTRACE
Next: linux-next: build failure after merge of the net tree
From: Arnaldo Carvalho de Melo on 11 May 2010 22:40 From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf Besides these the three on my previous pull request are there as well. Regards, - Arnaldo Arnaldo Carvalho de Melo (2): perf ui: Add ui_helpline methods perf report: Librarize the annotation code and use it in the newt browser tools/perf/Makefile | 5 + tools/perf/builtin-annotate.c | 198 +------------------- tools/perf/builtin-report.c | 19 ++- tools/perf/util/hist.c | 184 ++++++++++++++++++ tools/perf/util/hist.h | 29 +++ tools/perf/util/newt.c | 421 ++++++++++++++++++++++++++++++++++------- tools/perf/util/sort.h | 6 - 7 files changed, 594 insertions(+), 268 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |