From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: linux-kernel@vger.kernel.org, David Ahern <dsahern@gmail.com>,
Dmitry Antipov <dmitry.antipov@linaro.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>,
Jiri Olsa <jolsa@redhat.com>,
linaro-dev@lists.linaro.org,
Linus Torvalds <torvalds@linux-foundation.org>,
Mike Sartain <mikesart@valvesoftware.com>,
Namhyung Kim <namhyung@gmail.com>,
Namhyung Kim <namhyung@kernel.org>,
patches@linaro.org, Paul Mackerras <paulus@samba.org>,
Peter Zijlstra <peterz@infradead.org>,
"Pierre-Loup A. Griffais" <pgriffais@nvidia.com>,
Thomas Gleixner <tglx@linutronix.de>,
Tim Chen <tim.c.chen@linux.intel.com>,
arnaldo.melo@gmail.com,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL 0/7] perf/core improvements and fixes
Date: Fri, 29 Jun 2012 15:12:53 +0200 [thread overview]
Message-ID: <20120629131253.GA395@gmail.com> (raw)
In-Reply-To: <1340824854-3005-1-git-send-email-acme@infradead.org>
* Arnaldo Carvalho de Melo <acme@infradead.org> wrote:
> Hi Ingo,
>
> Please consider pulling.
>
> Tested on RHEL6.2, Fedora 17 x86 and x86_64,
>
> - Arnaldo
>
> The following changes since commit 357398e96d8c883b010379a7669df43ed0e2e32b:
>
> perf/x86: Fix section mismatch in uncore_pci_init() (2012-06-25 10:32:21 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo
>
> for you to fetch changes up to d9873ab79376d5c0112ed09e14783067dc65e808:
>
> perf tools: Trivial build fix (2012-06-27 13:32:06 -0300)
>
> ----------------------------------------------------------------
> perf/core improvements and fixes:
>
> . Improve 'perf bench' docs, by Namhyung Kim
>
> . Fix build when O= is not used, from David Ahern
>
> . Fix cross compilation build, from Namhyung Kim
>
> . Fix pipe mode when callchains are used, from David Ahern
>
> . Follow .gnu_debuglink section to find separate symbols, from Pierre-Loup A. Griffais
>
> . Fix 'perf test' raw events entries, from Jiri Olsa
>
> . Use the events description in the perf.data file, not the sysfs ones.
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (1):
> perf tools: Stop using a global trace events description list
>
> David Ahern (2):
> perf report: Delay sample_type checks in pipe mode
> perf tools: Trivial build fix
>
> Jiri Olsa (1):
> perf test: Fix parse events test to follow proper raw event name
>
> Namhyung Kim (2):
> perf evsel: Fix a build failure on cross compilation
> perf bench: Documentation update
>
> Pierre-Loup A. Griffais (1):
> perf symbols: Follow .gnu_debuglink section to find separate symbols
>
> tools/perf/Documentation/perf-bench.txt | 78 +++++++++++++++-
> tools/perf/Makefile | 2 +-
> tools/perf/bench/mem-memcpy.c | 4 +-
> tools/perf/bench/mem-memset.c | 8 +-
> tools/perf/builtin-bench.c | 4 +-
> tools/perf/builtin-kmem.c | 37 +++++---
> tools/perf/builtin-lock.c | 4 +-
> tools/perf/builtin-report.c | 6 +-
> tools/perf/builtin-sched.c | 36 +++++---
> tools/perf/builtin-script.c | 66 ++++++++-----
> tools/perf/util/evlist.c | 4 +-
> tools/perf/util/evlist.h | 3 +
> tools/perf/util/evsel.c | 1 -
> tools/perf/util/header.c | 31 ++++---
> tools/perf/util/parse-events-test.c | 7 +-
> .../perf/util/scripting-engines/trace-event-perl.c | 28 +++---
> .../util/scripting-engines/trace-event-python.c | 21 +++--
> tools/perf/util/session.c | 56 +++++++++++
> tools/perf/util/session.h | 10 ++
> tools/perf/util/symbol.c | 65 ++++++++++++-
> tools/perf/util/symbol.h | 1 +
> tools/perf/util/trace-event-parse.c | 58 ++++++------
> tools/perf/util/trace-event-read.c | 97 ++++++++++----------
> tools/perf/util/trace-event-scripting.c | 7 +-
> tools/perf/util/trace-event.h | 38 ++++----
> 25 files changed, 471 insertions(+), 201 deletions(-)
Pulled, thanks Arnaldo!
Ingo
next prev parent reply other threads:[~2012-06-29 13:13 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-27 19:20 [GIT PULL 0/7] perf/core improvements and fixes Arnaldo Carvalho de Melo
2012-06-27 19:20 ` [PATCH 1/7] perf evsel: Fix a build failure on cross compilation Arnaldo Carvalho de Melo
2012-06-27 19:20 ` [PATCH 2/7] perf test: Fix parse events test to follow proper raw event name Arnaldo Carvalho de Melo
2012-06-27 19:20 ` [PATCH 3/7] perf tools: Stop using a global trace events description list Arnaldo Carvalho de Melo
2012-06-27 19:20 ` [PATCH 4/7] perf symbols: Follow .gnu_debuglink section to find separate symbols Arnaldo Carvalho de Melo
2012-06-27 19:20 ` [PATCH 5/7] perf bench: Documentation update Arnaldo Carvalho de Melo
2012-06-27 19:20 ` [PATCH 6/7] perf report: Delay sample_type checks in pipe mode Arnaldo Carvalho de Melo
2012-06-27 19:20 ` [PATCH 7/7] perf tools: Trivial build fix Arnaldo Carvalho de Melo
2012-06-29 13:12 ` Ingo Molnar [this message]
2012-07-02 8:01 ` [GIT PULL 0/7] perf/core improvements and fixes Dmitry Antipov
-- strict thread matches above, loose matches on Subject: below --
2017-04-13 19:35 Arnaldo Carvalho de Melo
2017-04-14 16:07 ` Arnaldo Carvalho de Melo
2017-04-17 8:15 ` Ingo Molnar
2015-11-23 21:53 Arnaldo Carvalho de Melo
2015-11-24 8:10 ` Ingo Molnar
2015-11-24 8:28 ` Jiri Olsa
2015-11-24 8:42 ` Ingo Molnar
2015-11-24 9:26 ` Jiri Olsa
2015-11-24 9:47 ` Jiri Olsa
2015-11-26 11:00 ` Ingo Molnar
2015-11-26 12:47 ` Jiri Olsa
2015-11-26 7:56 ` Ingo Molnar
2015-11-26 8:12 ` Ingo Molnar
2015-11-26 9:09 ` Jiri Olsa
2015-11-24 10:28 ` Jiri Olsa
2015-11-26 8:13 ` Ingo Molnar
2015-06-12 2:15 Arnaldo Carvalho de Melo
2015-06-12 8:09 ` Ingo Molnar
2015-04-10 21:40 Arnaldo Carvalho de Melo
2015-04-11 6:33 ` Ingo Molnar
2014-06-23 7:59 Jiri Olsa
2014-06-25 5:44 ` Ingo Molnar
2014-04-28 11:59 Jiri Olsa
2014-04-29 6:42 ` Ingo Molnar
2013-11-07 15:04 Arnaldo Carvalho de Melo
2013-11-07 15:26 ` Ingo Molnar
2012-03-05 15:55 Arnaldo Carvalho de Melo
2012-03-05 16:02 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120629131253.GA395@gmail.com \
--to=mingo@kernel.org \
--cc=acme@infradead.org \
--cc=acme@redhat.com \
--cc=arnaldo.melo@gmail.com \
--cc=dmitry.antipov@linaro.org \
--cc=dsahern@gmail.com \
--cc=fweisbec@gmail.com \
--cc=jolsa@redhat.com \
--cc=linaro-dev@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mikesart@valvesoftware.com \
--cc=mitake@dcl.info.waseda.ac.jp \
--cc=namhyung@gmail.com \
--cc=namhyung@kernel.org \
--cc=patches@linaro.org \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--cc=pgriffais@nvidia.com \
--cc=tglx@linutronix.de \
--cc=tim.c.chen@linux.intel.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.