[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397817119-15195-1-git-send-email-jolsa@redhat.com>
Date: Fri, 18 Apr 2014 12:31:54 +0200
From: Jiri Olsa <jolsa@...hat.com>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
David Ahern <dsahern@...il.com>,
Don Zickus <dzickus@...hat.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Jiri Olsa <jolsa@...hat.com>, Li Zefan <lizf@...fujitsu.com>,
Namhyung Kim <namhyung@...nel.org>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>
Subject: [GIT PULL 0/5] perf/core improvements and fixes
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 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