Prev: [PATCH 2/4] perf callchains: Use zalloc to allocate objects
Next: [PATCH 3/4] perf session: create_kernel_maps should use ->host_machine
From: Arnaldo Carvalho de Melo on 10 May 2010 12:40 Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf The 3rd is important as it fixes a recently introduced bug (yesterday, I believe), that makes perf record segfault. Regards, Arnaldo Carvalho de Melo (4): perf newt: Use newtAddComponent() perf callchains: Use zalloc to allocate objects perf session: create_kernel_maps should use ->host_machine perf hist: Introduce hists class and move lots of methods to it tools/perf/builtin-annotate.c | 17 ++++---- tools/perf/builtin-diff.c | 50 ++++++++++------------ tools/perf/builtin-report.c | 71 +++++++++++++++---------------- tools/perf/builtin-trace.c | 2 +- tools/perf/util/callchain.c | 6 +- tools/perf/util/event.c | 2 +- tools/perf/util/event.h | 14 ------ tools/perf/util/hist.c | 92 ++++++++++++++++++---------------------- tools/perf/util/hist.h | 48 ++++++++++++--------- tools/perf/util/newt.c | 6 +- tools/perf/util/session.c | 7 +-- tools/perf/util/session.h | 12 ++++- 12 files changed, 154 insertions(+), 173 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/ |