public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: linux-kernel@vger.kernel.org, Arun Sharma <asharma@fb.com>,
	Avi Kivity <avi@redhat.com>, Dave Martin <dave.martin@linaro.org>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Han Pingtian <phan@redhat.com>, Mike Galbraith <efault@gmx.de>,
	Paul Mackerras <paulus@samba.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Srikar Dronamraju <srikar@linux.vnet.ibm.com>,
	Stephane Eranian <eranian@google.com>,
	Tom Zanussi <tzanussi@gmail.com>,
	Zhang Yanmin <yanmin_zhang@linux.intel.com>,
	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Subject: Re: [GIT PULL 0/3] perf/core fixes and improvements
Date: Thu, 24 Mar 2011 09:17:01 +0100	[thread overview]
Message-ID: <20110324081701.GC30812@elte.hu> (raw)
In-Reply-To: <1300920767-936-1-git-send-email-acme@infradead.org>


* Arnaldo Carvalho de Melo <acme@infradead.org> wrote:

> Hi Ingo,
> 
>         Please consider pulling from:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core
> 
> Regards,
> 
> - Arnaldo
> 
> Arnaldo Carvalho de Melo (3):
>   perf session: Pass evsel in event_ops->sample()
>   perf build-id: Add quirk to deal with perf.data file format breakage
>   perf symbols: Look at .dynsym again if .symtab not found
> 
>  tools/perf/builtin-annotate.c                      |   18 ++-----
>  tools/perf/builtin-diff.c                          |    1 +
>  tools/perf/builtin-inject.c                        |   11 ++++-
>  tools/perf/builtin-kmem.c                          |    1 +
>  tools/perf/builtin-lock.c                          |    4 +-
>  tools/perf/builtin-report.c                        |   19 ++-----
>  tools/perf/builtin-sched.c                         |    1 +
>  tools/perf/builtin-script.c                        |   15 ++----
>  tools/perf/builtin-timechart.c                     |   11 ++++
>  tools/perf/util/build-id.c                         |    1 +
>  tools/perf/util/header.c                           |   57 +++++++++++++++++++-
>  tools/perf/util/hist.h                             |    1 +
>  .../perf/util/scripting-engines/trace-event-perl.c |    1 +
>  .../util/scripting-engines/trace-event-python.c    |    1 +
>  tools/perf/util/session.c                          |   25 ++++++++-
>  tools/perf/util/session.h                          |    7 ++-
>  tools/perf/util/symbol.c                           |   25 +++++----
>  tools/perf/util/trace-event-scripting.c            |    1 +
>  tools/perf/util/trace-event.h                      |    1 +
>  19 files changed, 142 insertions(+), 59 deletions(-)

Pulled, thanks a lot Arnaldo!

	Ingo

  parent reply	other threads:[~2011-03-24  8:17 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-23 22:52 [GIT PULL 0/3] perf/core fixes and improvements Arnaldo Carvalho de Melo
2011-03-23 22:52 ` [PATCH 1/3] perf session: Pass evsel in event_ops->sample() Arnaldo Carvalho de Melo
2011-03-23 22:52 ` [PATCH 2/3] perf build-id: Add quirk to deal with perf.data file format breakage Arnaldo Carvalho de Melo
2011-03-23 22:52 ` [PATCH 3/3] perf symbols: Look at .dynsym again if .symtab not found Arnaldo Carvalho de Melo
2011-03-24  8:17 ` Ingo Molnar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-19 19:12 [GIT PULL 0/3] perf/core fixes and improvements Arnaldo Carvalho de Melo
2012-03-19 19:47 ` Ingo Molnar
2012-03-19 19:56   ` Ingo Molnar
2012-03-19 20:20   ` Ingo Molnar
2012-03-19 21:17   ` Arnaldo Carvalho de Melo
2012-02-21 17:35 Arnaldo Carvalho de Melo
2012-02-22 10:12 ` Ingo Molnar
2011-12-12 13:26 Arnaldo Carvalho de Melo
2011-12-12 17:24 ` Ingo Molnar
2011-10-29 17:25 Arnaldo Carvalho de Melo
2011-10-30 11:04 ` Ingo Molnar
2010-12-22 22:36 Arnaldo Carvalho de Melo
2010-12-23 13:20 ` Ingo Molnar
2010-08-12 20:45 Arnaldo Carvalho de Melo
2010-08-04 21:26 Arnaldo Carvalho de Melo
2010-08-05  6:46 ` Ingo Molnar
2010-08-03  2:09 Arnaldo Carvalho de Melo
2010-08-03  5:44 ` Ingo Molnar
2010-07-16 18:09 Arnaldo Carvalho de Melo
2010-07-17  9:35 ` 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=20110324081701.GC30812@elte.hu \
    --to=mingo@elte.hu \
    --cc=acme@ghostprotocols.net \
    --cc=acme@infradead.org \
    --cc=asharma@fb.com \
    --cc=avi@redhat.com \
    --cc=dave.martin@linaro.org \
    --cc=efault@gmx.de \
    --cc=eranian@google.com \
    --cc=fweisbec@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulus@samba.org \
    --cc=peterz@infradead.org \
    --cc=phan@redhat.com \
    --cc=srikar@linux.vnet.ibm.com \
    --cc=tzanussi@gmail.com \
    --cc=yanmin_zhang@linux.intel.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