[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1282511740-22631-1-git-send-regression-fweisbec@gmail.com>
Date: Sun, 22 Aug 2010 23:15:37 +0200
From: Frederic Weisbecker <fweisbec@...il.com>
To: Ingo Molnar <mingo@...e.hu>
Cc: LKML <linux-kernel@...r.kernel.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Paul Mackerras <paulus@...ba.org>,
Christoph Hellwig <hch@...radead.org>
Subject: [GIT PULL] perf callchain improvement and fixes
Ingo,
Please pull the perf/core branch that can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
perf/core
Unfortunately we were missing a lot of callchains in multithread
cases. And this was not a regression, it was rather the fact I
was missing a part of the histogram processing: the collapsing.
Anyway, this is eventually fixed. Thanks a lot to Chistoph Hellwig
who reported this.
Thanks,
Frederic
---
Frederic Weisbecker (3):
perf: Keep track of the max depth of a callchain
perf: Rename append_callchain into callchain_append
perf: Support for callchains merge
tools/perf/builtin-report.c | 3 +-
tools/perf/util/callchain.c | 98 ++++++++++++++++++++++++++++++++++---------
tools/perf/util/callchain.h | 25 +++++++----
tools/perf/util/hist.c | 4 +-
tools/perf/util/sort.h | 2 +-
5 files changed, 100 insertions(+), 32 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists