Prev: [PATCH v2 5/8] sched: Eliminate the ts->idle_lastupdate field
Next: [PATCH 2/3] perf report: Fix leak of resolved callchains array on error path
From: Arnaldo Carvalho de Melo on 9 May 2010 12:20 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 Regards, Arnaldo Carvalho de Melo (3): perf callchain: Move validate_callchain to callchain lib perf report: Fix leak of resolved callchains array on error path perf hist: Simplify the insertion of new hist_entry instances tools/perf/builtin-annotate.c | 9 ++----- tools/perf/builtin-diff.c | 14 ++---------- tools/perf/builtin-report.c | 43 +++++++++------------------------------- tools/perf/util/callchain.c | 7 ++++++ tools/perf/util/callchain.h | 3 ++ tools/perf/util/hist.c | 36 +++++++++++++++++++++------------ tools/perf/util/hist.h | 5 +--- 7 files changed, 50 insertions(+), 67 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/ |