public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: linux-kernel@vger.kernel.org,
	Aaro Koskinen <aaro.koskinen@nokia.com>,
	Adrian Hunter <adrian.hunter@intel.com>,
	David Ahern <dsahern@gmail.com>, Jiri Olsa <jolsa@redhat.com>,
	Kan Liang <kan.liang@intel.com>,
	Namhyung Kim <namhyung@kernel.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Taeung Song <treeze.taeung@gmail.com>,
	Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL 0/8] perf/core fixes
Date: Thu, 2 Jul 2015 10:50:23 +0200	[thread overview]
Message-ID: <20150702085023.GA28777@gmail.com> (raw)
In-Reply-To: <1435785809-3927-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 93472aff802fd7b61f2209335207e9bd793012f7:
> 
>   perf/x86: Fix 'active_events' imbalance (2015-06-30 13:08:46 +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 5ef7bbb09f7b91ef06524c72e1ab1fc48e0d6682:
> 
>   perf tools: Allow to specify custom linker command (2015-07-01 17:53:50 -0300)
> 
> ----------------------------------------------------------------
> perf/core fixes:
> 
> Build fixes:
> 
> - Create config.detected into OUTPUT directory, fixing parallel
>   builds sharing the same source directory (Aaro Kiskinen)
> 
> - Allow to specify custom linker command, fixing some MIPS64
>   builds. (Aaro Kiskinen)
> 
> Infrastructure:
> 
> - Add missing break for PERF_RECORD_ITRACE_START, which caused those events
>   samples to be parsed as well as PERF_RECORD_LOST_SAMPLES. ITRACE_START only
>   appears when Intel PT or BTS are present, so  (Jiri Olsa)
> 
> - Call the perf_session destructor when bailing out in the inject, kmem, report,
>   kvm and mem tools (Taeung Song)
> 
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
> 
> ----------------------------------------------------------------
> Aaro Koskinen (2):
>       perf tools: Create config.detected into OUTPUT directory
>       perf tools: Allow to specify custom linker command
> 
> Jiri Olsa (1):
>       perf tools: Add missing break for PERF_RECORD_ITRACE_START
> 
> Taeung Song (5):
>       perf inject: Fill in the missing session freeing after an error occurs
>       perf kmem: Fill in the missing session freeing after an error occurs
>       perf report: Fill in the missing session freeing after an error occurs
>       perf kvm: Fill in the missing session freeing after an error occurs
>       perf mem: Fill in the missing session freeing after an error occurs
> 
>  tools/build/Makefile.build  |  2 +-
>  tools/perf/Makefile.perf    |  4 ++--
>  tools/perf/builtin-inject.c |  7 ++++---
>  tools/perf/builtin-kmem.c   |  4 ++--
>  tools/perf/builtin-kvm.c    | 14 ++++++++++----
>  tools/perf/builtin-mem.c    | 16 ++++++----------
>  tools/perf/builtin-report.c |  6 ++++--
>  tools/perf/config/Makefile  |  6 +++---
>  tools/perf/util/machine.c   |  3 +--
>  9 files changed, 33 insertions(+), 29 deletions(-)

Pulled, thanks a lot Arnaldo!

	Ingo

  parent reply	other threads:[~2015-07-02  8:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-01 21:23 [GIT PULL 0/8] perf/core fixes Arnaldo Carvalho de Melo
2015-07-01 21:23 ` [PATCH 1/8] perf tools: Add missing break for PERF_RECORD_ITRACE_START Arnaldo Carvalho de Melo
2015-07-01 21:23 ` [PATCH 2/8] perf inject: Fill in the missing session freeing after an error occurs Arnaldo Carvalho de Melo
2015-07-01 21:23 ` [PATCH 3/8] perf kmem: " Arnaldo Carvalho de Melo
2015-07-01 21:23 ` [PATCH 4/8] perf report: " Arnaldo Carvalho de Melo
2015-07-01 21:23 ` [PATCH 5/8] perf kvm: " Arnaldo Carvalho de Melo
2015-07-01 21:23 ` [PATCH 6/8] perf mem: " Arnaldo Carvalho de Melo
2015-07-01 21:23 ` [PATCH 7/8] perf tools: Create config.detected into OUTPUT directory Arnaldo Carvalho de Melo
2015-07-01 21:23 ` [PATCH 8/8] perf tools: Allow to specify custom linker command Arnaldo Carvalho de Melo
2015-07-02  8:50 ` Ingo Molnar [this message]
2015-07-02  8:56 ` [GIT PULL 0/8] perf/core fixes Ingo Molnar
2015-07-02  9:11   ` Jiri Olsa
2015-07-02  9:22     ` Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2014-01-21 20:42 Arnaldo Carvalho de Melo
2014-01-23 16:45 ` 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=20150702085023.GA28777@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=aaro.koskinen@nokia.com \
    --cc=acme@kernel.org \
    --cc=acme@redhat.com \
    --cc=adrian.hunter@intel.com \
    --cc=dsahern@gmail.com \
    --cc=jolsa@redhat.com \
    --cc=kan.liang@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=namhyung@kernel.org \
    --cc=treeze.taeung@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox