From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Alex Converse <aconverse@google.com>,
Adrian Hunter <adrian.hunter@intel.com>,
Paul Mackerras <paulus@samba.org>,
Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>,
Jiri Olsa <jolsa@redhat.com>,
Anshuman Khandual <khandual@linux.vnet.ibm.com>,
Namhyung Kim <namhyung.kim@lge.com>,
Andi Kleen <ak@linux.intel.com>,
Cody P Schafer <cody@linux.vnet.ibm.com>,
Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>,
Arun Sharma <asharma@fb.com>, Naohiro Aota <naota@elisp.net>,
Arnaldo Carvalho de Melo <acme@redhat.com>,
Stephane Eranian <eranian@google.com>,
yrl.pp-manager.tt@hitachi.com,
Michael Ellerman <michaele@au1.ibm.com>,
Rodrigo Campos <rodrigo@sdfg.com.ar>,
linux-kernel@vger.kernel.org, David Ahern <dsahern@gmail.com>,
Brendan Gregg <brendan.d.gregg@gmail.com>,
Elliott Hughes <enh@google.com>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [GIT PULL 00/18] perf/core improvements and fixes
Date: Mon, 18 Aug 2014 10:18:46 +0200 [thread overview]
Message-ID: <20140818081846.GA13319@gmail.com> (raw)
In-Reply-To: <1408121403-11919-1-git-send-email-acme@kernel.org>
* Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> The following changes since commit f373da34282560c60f0c197690eecb1b2dc49fc0:
>
> Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2014-08-14 10:38:40 +0200)
>
> are available in the git repository at:
>
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo
>
> for you to fetch changes up to 759e612bf96627b64fcafe4174b3f6f2dedf2c0d:
>
> perf stat: Use strerror_r instead of strerror (2014-08-15 13:08:40 -0300)
>
> ----------------------------------------------------------------
> perf/core improvements and fixes:
>
> User visible:
>
> . Warn user to rebuild target with debuginfo in 'perf probe' (Masami Hiramatsu)
>
> . Don't truncate Intel style addresses in 'annotate'. (Alex Converse)
>
> Developer stuff:
>
> . Annotate PMU related list_head members with type info. (Cody P Schafer)
>
> . Add the triplet used for arm64 by Android (Elliott Hughes)
>
> . Replace thread unsafe strerror() with strerror_r() accross the
> whole tools/perf/ tree (Masami Hiramatsu)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Alex Converse (1):
> perf annotate: Don't truncate Intel style addresses
>
> Cody P Schafer (1):
> perf tools: Annotate PMU related list_head members with type info
>
> Elliott Hughes (1):
> perf tools: Add arm64 triplets
>
> Masami Hiramatsu (14):
> perf probe: Warn user to rebuild target with debuginfo
> perf probe: Don't use strerror if strlist__add failed
> perf: Use strerror_r instead of strerror
> perf probe: Make error messages thread-safe
> perf util: Replace strerror with strerror_r for thread-safety
> perf top: Use strerror_r instead of strerror
> perf trace: Use strerror_r instead of strerror
> perf record: Use strerror_r instead of strerror
> perf test: Use strerror_r instead of strerror
> perf sched: Use strerror_r instead of strerror
> perf buildid-cache: Use strerror_r instead of strerror
> perf kvm: Use strerror_r instead of strerror
> perf help: Use strerror_r instead of strerror
> perf stat: Use strerror_r instead of strerror
>
> Namhyung Kim (1):
> perf report: Relax -g option parsing not to limit the option order
>
> tools/perf/arch/common.c | 9 +++
> tools/perf/builtin-buildid-cache.c | 7 ++-
> tools/perf/builtin-help.c | 20 +++++--
> tools/perf/builtin-kvm.c | 7 ++-
> tools/perf/builtin-probe.c | 5 +-
> tools/perf/builtin-record.c | 7 ++-
> tools/perf/builtin-sched.c | 4 +-
> tools/perf/builtin-stat.c | 2 +-
> tools/perf/builtin-top.c | 2 +-
> tools/perf/builtin-trace.c | 6 +-
> tools/perf/perf.c | 10 +++-
> tools/perf/tests/builtin-test.c | 4 +-
> tools/perf/tests/mmap-basic.c | 7 ++-
> tools/perf/tests/open-syscall-all-cpus.c | 5 +-
> tools/perf/tests/open-syscall-tp-fields.c | 7 ++-
> tools/perf/tests/open-syscall.c | 3 +-
> tools/perf/tests/perf-record.c | 13 +++--
> tools/perf/tests/rdpmc.c | 6 +-
> tools/perf/tests/sw-clock.c | 6 +-
> tools/perf/tests/task-exit.c | 6 +-
> tools/perf/util/annotate.c | 12 +++-
> tools/perf/util/callchain.c | 95 +++++++++++++------------------
> tools/perf/util/cloexec.c | 6 +-
> tools/perf/util/data.c | 8 ++-
> tools/perf/util/debug.h | 3 +
> tools/perf/util/dso.c | 8 ++-
> tools/perf/util/evlist.c | 2 +-
> tools/perf/util/evsel.c | 7 ++-
> tools/perf/util/parse-events.c | 5 +-
> tools/perf/util/pmu.c | 4 +-
> tools/perf/util/pmu.h | 6 +-
> tools/perf/util/probe-event.c | 75 +++++++++++++-----------
> tools/perf/util/probe-finder.c | 7 ++-
> tools/perf/util/run-command.c | 9 ++-
> tools/perf/util/util.c | 5 +-
> 35 files changed, 234 insertions(+), 154 deletions(-)
Pulled, thanks a lot Arnaldo!
Ingo
WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: linux-kernel@vger.kernel.org,
Adrian Hunter <adrian.hunter@intel.com>,
Alex Converse <aconverse@google.com>,
Andi Kleen <ak@linux.intel.com>,
Anshuman Khandual <khandual@linux.vnet.ibm.com>,
Arun Sharma <asharma@fb.com>,
Brendan Gregg <brendan.d.gregg@gmail.com>,
Cody P Schafer <cody@linux.vnet.ibm.com>,
David Ahern <dsahern@gmail.com>, Elliott Hughes <enh@google.com>,
Frederic Weisbecker <fweisbec@gmail.com>,
Haren Myneni <hbabu@us.ibm.com>, Jiri Olsa <jolsa@redhat.com>,
linuxppc-dev@lists.ozlabs.org,
Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>,
Michael Ellerman <michaele@au1.ibm.com>,
Namhyung Kim <namhyung.kim@lge.com>,
Naohiro Aota <naota@elisp.net>, Paul Mackerras <paulus@samba.org>,
Peter Zijlstra <peterz@infradead.org>,
Rodrigo Campos <rodrigo@sdfg.com.ar>,
Stephane Eranian <eranian@google.com>,
Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>,
yrl.pp-manager.tt@hitachi.com,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL 00/18] perf/core improvements and fixes
Date: Mon, 18 Aug 2014 10:18:46 +0200 [thread overview]
Message-ID: <20140818081846.GA13319@gmail.com> (raw)
In-Reply-To: <1408121403-11919-1-git-send-email-acme@kernel.org>
* Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> The following changes since commit f373da34282560c60f0c197690eecb1b2dc49fc0:
>
> Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2014-08-14 10:38:40 +0200)
>
> are available in the git repository at:
>
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo
>
> for you to fetch changes up to 759e612bf96627b64fcafe4174b3f6f2dedf2c0d:
>
> perf stat: Use strerror_r instead of strerror (2014-08-15 13:08:40 -0300)
>
> ----------------------------------------------------------------
> perf/core improvements and fixes:
>
> User visible:
>
> . Warn user to rebuild target with debuginfo in 'perf probe' (Masami Hiramatsu)
>
> . Don't truncate Intel style addresses in 'annotate'. (Alex Converse)
>
> Developer stuff:
>
> . Annotate PMU related list_head members with type info. (Cody P Schafer)
>
> . Add the triplet used for arm64 by Android (Elliott Hughes)
>
> . Replace thread unsafe strerror() with strerror_r() accross the
> whole tools/perf/ tree (Masami Hiramatsu)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Alex Converse (1):
> perf annotate: Don't truncate Intel style addresses
>
> Cody P Schafer (1):
> perf tools: Annotate PMU related list_head members with type info
>
> Elliott Hughes (1):
> perf tools: Add arm64 triplets
>
> Masami Hiramatsu (14):
> perf probe: Warn user to rebuild target with debuginfo
> perf probe: Don't use strerror if strlist__add failed
> perf: Use strerror_r instead of strerror
> perf probe: Make error messages thread-safe
> perf util: Replace strerror with strerror_r for thread-safety
> perf top: Use strerror_r instead of strerror
> perf trace: Use strerror_r instead of strerror
> perf record: Use strerror_r instead of strerror
> perf test: Use strerror_r instead of strerror
> perf sched: Use strerror_r instead of strerror
> perf buildid-cache: Use strerror_r instead of strerror
> perf kvm: Use strerror_r instead of strerror
> perf help: Use strerror_r instead of strerror
> perf stat: Use strerror_r instead of strerror
>
> Namhyung Kim (1):
> perf report: Relax -g option parsing not to limit the option order
>
> tools/perf/arch/common.c | 9 +++
> tools/perf/builtin-buildid-cache.c | 7 ++-
> tools/perf/builtin-help.c | 20 +++++--
> tools/perf/builtin-kvm.c | 7 ++-
> tools/perf/builtin-probe.c | 5 +-
> tools/perf/builtin-record.c | 7 ++-
> tools/perf/builtin-sched.c | 4 +-
> tools/perf/builtin-stat.c | 2 +-
> tools/perf/builtin-top.c | 2 +-
> tools/perf/builtin-trace.c | 6 +-
> tools/perf/perf.c | 10 +++-
> tools/perf/tests/builtin-test.c | 4 +-
> tools/perf/tests/mmap-basic.c | 7 ++-
> tools/perf/tests/open-syscall-all-cpus.c | 5 +-
> tools/perf/tests/open-syscall-tp-fields.c | 7 ++-
> tools/perf/tests/open-syscall.c | 3 +-
> tools/perf/tests/perf-record.c | 13 +++--
> tools/perf/tests/rdpmc.c | 6 +-
> tools/perf/tests/sw-clock.c | 6 +-
> tools/perf/tests/task-exit.c | 6 +-
> tools/perf/util/annotate.c | 12 +++-
> tools/perf/util/callchain.c | 95 +++++++++++++------------------
> tools/perf/util/cloexec.c | 6 +-
> tools/perf/util/data.c | 8 ++-
> tools/perf/util/debug.h | 3 +
> tools/perf/util/dso.c | 8 ++-
> tools/perf/util/evlist.c | 2 +-
> tools/perf/util/evsel.c | 7 ++-
> tools/perf/util/parse-events.c | 5 +-
> tools/perf/util/pmu.c | 4 +-
> tools/perf/util/pmu.h | 6 +-
> tools/perf/util/probe-event.c | 75 +++++++++++++-----------
> tools/perf/util/probe-finder.c | 7 ++-
> tools/perf/util/run-command.c | 9 ++-
> tools/perf/util/util.c | 5 +-
> 35 files changed, 234 insertions(+), 154 deletions(-)
Pulled, thanks a lot Arnaldo!
Ingo
next prev parent reply other threads:[~2014-08-18 8:18 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-15 16:49 [GIT PULL 00/18] perf/core improvements and fixes Arnaldo Carvalho de Melo
2014-08-15 16:49 ` Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 01/18] perf probe: Warn user to rebuild target with debuginfo Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 02/18] perf annotate: Don't truncate Intel style addresses Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 03/18] perf tools: Add arm64 triplets Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 04/18] perf tools: Annotate PMU related list_head members with type info Arnaldo Carvalho de Melo
2014-08-15 16:49 ` Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 05/18] perf report: Relax -g option parsing not to limit the option order Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 06/18] perf probe: Don't use strerror if strlist__add failed Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 07/18] perf: Use strerror_r instead of strerror Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 08/18] perf probe: Make error messages thread-safe Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 09/18] perf util: Replace strerror with strerror_r for thread-safety Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 10/18] perf top: Use strerror_r instead of strerror Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 11/18] perf trace: " Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 12/18] perf record: " Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 13/18] perf test: " Arnaldo Carvalho de Melo
2014-08-15 16:49 ` [PATCH 14/18] perf sched: " Arnaldo Carvalho de Melo
2014-08-15 16:50 ` [PATCH 15/18] perf buildid-cache: " Arnaldo Carvalho de Melo
2014-08-15 16:50 ` [PATCH 16/18] perf kvm: " Arnaldo Carvalho de Melo
2014-08-15 16:50 ` [PATCH 17/18] perf help: " Arnaldo Carvalho de Melo
2014-08-15 16:50 ` [PATCH 18/18] perf stat: " Arnaldo Carvalho de Melo
2014-08-18 8:18 ` Ingo Molnar [this message]
2014-08-18 8:18 ` [GIT PULL 00/18] perf/core improvements and fixes Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2018-05-19 10:54 Arnaldo Carvalho de Melo
2018-05-19 10:54 ` Arnaldo Carvalho de Melo
2018-05-19 11:33 ` Ingo Molnar
2018-05-19 11:33 ` Ingo Molnar
2017-08-29 19:42 Arnaldo Carvalho de Melo
2017-08-29 19:42 ` Arnaldo Carvalho de Melo
2017-08-29 21:15 ` Ingo Molnar
2017-08-29 21:15 ` Ingo Molnar
2017-04-12 0:51 Arnaldo Carvalho de Melo
2017-04-12 5:30 ` Ingo Molnar
2017-04-12 7:13 ` Christian Borntraeger
2017-04-12 7:24 ` Ingo Molnar
2017-02-20 19:08 Arnaldo Carvalho de Melo
2017-02-21 8:08 ` Ingo Molnar
2016-11-23 16:40 Arnaldo Carvalho de Melo
2016-11-24 4:10 ` Ingo Molnar
2016-06-27 21:01 Arnaldo Carvalho de Melo
2016-06-28 7:02 ` Ingo Molnar
2016-06-28 8:27 ` Jiri Olsa
2016-06-28 14:01 ` Arnaldo Carvalho de Melo
2016-06-28 14:12 ` Arnaldo Carvalho de Melo
2016-06-29 9:36 ` Ingo Molnar
2015-07-24 1:58 Arnaldo Carvalho de Melo
2015-07-27 15:58 ` Ingo Molnar
2015-05-18 15:50 Arnaldo Carvalho de Melo
2015-05-20 11:25 ` Ingo Molnar
2014-12-16 16:57 Arnaldo Carvalho de Melo
2014-12-17 14:50 ` Arnaldo Carvalho de Melo
2014-12-18 6:24 ` Ingo Molnar
2014-12-11 21:25 Arnaldo Carvalho de Melo
2014-12-12 8:10 ` Ingo Molnar
2014-11-06 21:04 Arnaldo Carvalho de Melo
2014-11-07 5:24 ` Ingo Molnar
2014-08-15 16:48 Arnaldo Carvalho de Melo
2014-08-15 16:48 ` Arnaldo Carvalho de Melo
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=20140818081846.GA13319@gmail.com \
--to=mingo@kernel.org \
--cc=acme@kernel.org \
--cc=acme@redhat.com \
--cc=aconverse@google.com \
--cc=adrian.hunter@intel.com \
--cc=ak@linux.intel.com \
--cc=asharma@fb.com \
--cc=brendan.d.gregg@gmail.com \
--cc=cody@linux.vnet.ibm.com \
--cc=dsahern@gmail.com \
--cc=enh@google.com \
--cc=eranian@google.com \
--cc=fweisbec@gmail.com \
--cc=jolsa@redhat.com \
--cc=khandual@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=masami.hiramatsu.pt@hitachi.com \
--cc=michaele@au1.ibm.com \
--cc=namhyung.kim@lge.com \
--cc=naota@elisp.net \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--cc=rodrigo@sdfg.com.ar \
--cc=sukadev@linux.vnet.ibm.com \
--cc=yrl.pp-manager.tt@hitachi.com \
/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.