hi Ingo, please consider pulling thanks, jirka
The following changes since commit 37b6cb475a6d74bc047c53bc323d6eb3113e27a4: Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core (2014-04-18 09:49:14 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git tags/perf-core-for-mingo for you to fetch changes up to a651d9357f936a19ae811a29d031224cdb8c2f1f: perf callchain: Add generic report parse callchain callback function (2014-04-18 11:56:59 +0200) ---------------------------------------------------------------- perf/core improvements and fixes: Developer stuff: . Making some code (cpu node map and report parse callchain callback) global to be usable by upcomming changes (Don Zickus) . Fix pmu object compilation error (Jiri Olsa) ---------------------------------------------------------------- Don Zickus (4): perf tools: Allow ability to map cpus to nodes easily perf tools: Use cpu/possible instead of cpu/kernel_max perf kmem: Utilize the new generic cpunode_map perf callchain: Add generic report parse callchain callback function Jiri Olsa (1): perf tools: Fix pmu object compilation error tools/perf/builtin-kmem.c | 78 +---------------------- tools/perf/builtin-report.c | 81 +----------------------- tools/perf/util/callchain.c | 82 ++++++++++++++++++++++++ tools/perf/util/callchain.h | 1 + tools/perf/util/cpumap.c | 147 ++++++++++++++++++++++++++++++++++++++++++++ tools/perf/util/cpumap.h | 35 +++++++++++ tools/perf/util/pmu.c | 6 +- 7 files changed, 274 insertions(+), 156 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/