From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: linux-kernel@vger.kernel.org,
Adrian Hunter <adrian.hunter@intel.com>,
Andi Kleen <andi@firstfloor.org>,
Andrew Morton <akpm@linux-foundation.org>,
Corey Ashford <cjashfor@linux.vnet.ibm.com>,
David Ahern <dsahern@gmail.com>,
Frederic Weisbecker <fweisbec@gmail.com>,
Irina Tirdea <irina.tirdea@intel.com>,
Jiri Olsa <jolsa@redhat.com>,
linux-mm@kvack.org, Michel Lespinasse <walken@google.com>,
Namhyung Kim <namhyung@kernel.org>,
Namhyung Kim <namhyung.kim@lge.com>,
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
Paul Mackerras <paulus@samba.org>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Steven Rostedt <rostedt@goodmis.org>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL 00/13] perf/core improvements and fixes
Date: Sat, 8 Sep 2012 13:28:14 +0200 [thread overview]
Message-ID: <20120908112814.GA21851@gmail.com> (raw)
In-Reply-To: <1347070032-4161-1-git-send-email-acme@infradead.org>
* Arnaldo Carvalho de Melo <acme@infradead.org> wrote:
> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> The following changes since commit 479d875835a49e849683743ec50c30b6a429696b:
>
> Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2012-09-07 07:36:59 +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 b155a09015135cf59ada8d48109ccbd9891c1b42:
>
> perf tools: Fix build for another rbtree.c change (2012-09-07 22:21:59 -0300)
>
> ----------------------------------------------------------------
> perf/core improvements and fixes
>
> . Fix build for another rbtree.c change, from Adrian Hunter.
>
> . Fixes for perf to build on Android, from Irina Tirdea.
>
> . Make 'perf diff' command work with evsel hists, from Jiri Olsa.
>
> . Use the only field_sep var that is set up: symbol_conf.field_sep,
> fix from Jiri Olsa.
>
> . .gitignore compiled python binaries, from Namhyung Kim.
>
> . Get rid of die() in more libtraceevent places, from Namhyung Kim.
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Adrian Hunter (1):
> perf tools: Fix build for another rbtree.c change
>
> Irina Tirdea (6):
> perf tools: include basename for non-glibc systems
> perf tools: fix missing winsize definition
> perf tools: include missing pthread.h header
> perf tools: replace mkostemp with mkstemp
> tools lib traceevent: replace mempcpy with memcpy
> perf tools: add NO_BACKTRACE for application self-debugging
>
> Jiri Olsa (2):
> perf diff: Make diff command work with evsel hists
> perf tools: Replace sort's standalone field_sep with symbol_conf.field_sep
>
> Namhyung Kim (4):
> perf tools: Ignore compiled python binaries
> tools lib traceevent: Get rid of die() from pretty_print()
> tools lib traceevent: Get rid of die() from pevent_register_event_handler
> tools lib traceevent: Get rid of die() from pevent_register_print_function
>
> tools/lib/traceevent/event-parse.c | 86 +++++++++++++++++++++--------
> tools/lib/traceevent/event-parse.h | 3 +-
> tools/perf/.gitignore | 2 +
> tools/perf/Documentation/perf-diff.txt | 3 ++
> tools/perf/Makefile | 8 +++
> tools/perf/builtin-diff.c | 93 +++++++++++++++++++++-----------
> tools/perf/config/feature-tests.mak | 14 +++++
> tools/perf/perf.c | 1 +
> tools/perf/util/annotate.h | 1 +
> tools/perf/util/dso-test-data.c | 2 +-
> tools/perf/util/evsel.h | 7 +++
> tools/perf/util/help.c | 1 +
> tools/perf/util/include/linux/rbtree.h | 1 +
> tools/perf/util/session.h | 4 +-
> tools/perf/util/sort.c | 6 +--
> tools/perf/util/sort.h | 1 -
> tools/perf/util/symbol.h | 3 ++
> tools/perf/util/top.h | 1 +
> tools/perf/util/util.c | 6 +++
> 19 files changed, 180 insertions(+), 63 deletions(-)
Pulled, thanks a lot Arnaldo!
Ingo
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: linux-kernel@vger.kernel.org,
Adrian Hunter <adrian.hunter@intel.com>,
Andi Kleen <andi@firstfloor.org>,
Andrew Morton <akpm@linux-foundation.org>,
Corey Ashford <cjashfor@linux.vnet.ibm.com>,
David Ahern <dsahern@gmail.com>,
Frederic Weisbecker <fweisbec@gmail.com>,
Irina Tirdea <irina.tirdea@intel.com>,
Jiri Olsa <jolsa@redhat.com>,
linux-mm@kvack.org, Michel Lespinasse <walken@google.com>,
Namhyung Kim <namhyung@kernel.org>,
Namhyung Kim <namhyung.kim@lge.com>,
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
Paul Mackerras <paulus@samba.org>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Steven Rostedt <rostedt@goodmis.org>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL 00/13] perf/core improvements and fixes
Date: Sat, 8 Sep 2012 13:28:14 +0200 [thread overview]
Message-ID: <20120908112814.GA21851@gmail.com> (raw)
In-Reply-To: <1347070032-4161-1-git-send-email-acme@infradead.org>
* Arnaldo Carvalho de Melo <acme@infradead.org> wrote:
> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> The following changes since commit 479d875835a49e849683743ec50c30b6a429696b:
>
> Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2012-09-07 07:36:59 +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 b155a09015135cf59ada8d48109ccbd9891c1b42:
>
> perf tools: Fix build for another rbtree.c change (2012-09-07 22:21:59 -0300)
>
> ----------------------------------------------------------------
> perf/core improvements and fixes
>
> . Fix build for another rbtree.c change, from Adrian Hunter.
>
> . Fixes for perf to build on Android, from Irina Tirdea.
>
> . Make 'perf diff' command work with evsel hists, from Jiri Olsa.
>
> . Use the only field_sep var that is set up: symbol_conf.field_sep,
> fix from Jiri Olsa.
>
> . .gitignore compiled python binaries, from Namhyung Kim.
>
> . Get rid of die() in more libtraceevent places, from Namhyung Kim.
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Adrian Hunter (1):
> perf tools: Fix build for another rbtree.c change
>
> Irina Tirdea (6):
> perf tools: include basename for non-glibc systems
> perf tools: fix missing winsize definition
> perf tools: include missing pthread.h header
> perf tools: replace mkostemp with mkstemp
> tools lib traceevent: replace mempcpy with memcpy
> perf tools: add NO_BACKTRACE for application self-debugging
>
> Jiri Olsa (2):
> perf diff: Make diff command work with evsel hists
> perf tools: Replace sort's standalone field_sep with symbol_conf.field_sep
>
> Namhyung Kim (4):
> perf tools: Ignore compiled python binaries
> tools lib traceevent: Get rid of die() from pretty_print()
> tools lib traceevent: Get rid of die() from pevent_register_event_handler
> tools lib traceevent: Get rid of die() from pevent_register_print_function
>
> tools/lib/traceevent/event-parse.c | 86 +++++++++++++++++++++--------
> tools/lib/traceevent/event-parse.h | 3 +-
> tools/perf/.gitignore | 2 +
> tools/perf/Documentation/perf-diff.txt | 3 ++
> tools/perf/Makefile | 8 +++
> tools/perf/builtin-diff.c | 93 +++++++++++++++++++++-----------
> tools/perf/config/feature-tests.mak | 14 +++++
> tools/perf/perf.c | 1 +
> tools/perf/util/annotate.h | 1 +
> tools/perf/util/dso-test-data.c | 2 +-
> tools/perf/util/evsel.h | 7 +++
> tools/perf/util/help.c | 1 +
> tools/perf/util/include/linux/rbtree.h | 1 +
> tools/perf/util/session.h | 4 +-
> tools/perf/util/sort.c | 6 +--
> tools/perf/util/sort.h | 1 -
> tools/perf/util/symbol.h | 3 ++
> tools/perf/util/top.h | 1 +
> tools/perf/util/util.c | 6 +++
> 19 files changed, 180 insertions(+), 63 deletions(-)
Pulled, thanks a lot Arnaldo!
Ingo
next prev parent reply other threads:[~2012-09-08 11:28 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-08 2:06 [GIT PULL 00/13] perf/core improvements and fixes Arnaldo Carvalho de Melo
2012-09-08 2:06 ` Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 01/13] perf tools: Ignore compiled python binaries Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 02/13] tools lib traceevent: Get rid of die() from pretty_print() Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 03/13] tools lib traceevent: Get rid of die() from pevent_register_event_handler Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 04/13] tools lib traceevent: Get rid of die() from pevent_register_print_function Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 05/13] perf diff: Make diff command work with evsel hists Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 06/13] perf tools: Replace sort's standalone field_sep with symbol_conf.field_sep Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 07/13] perf tools: include basename for non-glibc systems Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 08/13] perf tools: fix missing winsize definition Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 09/13] perf tools: include missing pthread.h header Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 10/13] perf tools: replace mkostemp with mkstemp Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 11/13] tools lib traceevent: replace mempcpy with memcpy Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 12/13] perf tools: add NO_BACKTRACE for application self-debugging Arnaldo Carvalho de Melo
2012-09-08 2:07 ` [PATCH 13/13] perf tools: Fix build for another rbtree.c change Arnaldo Carvalho de Melo
2012-09-08 2:07 ` Arnaldo Carvalho de Melo
2012-09-08 11:28 ` Ingo Molnar [this message]
2012-09-08 11:28 ` [GIT PULL 00/13] perf/core improvements and fixes Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2013-11-12 20:46 Arnaldo Carvalho de Melo
2013-11-12 20:50 ` Ingo Molnar
2014-01-15 20:32 Arnaldo Carvalho de Melo
2014-01-16 8:36 ` Ingo Molnar
2014-03-18 21:25 Arnaldo Carvalho de Melo
2014-03-19 7:07 ` Ingo Molnar
2014-07-16 20:02 Jiri Olsa
2014-09-08 21:17 Arnaldo Carvalho de Melo
2014-09-09 4:59 ` Ingo Molnar
2014-09-09 7:14 ` Adrian Hunter
2014-09-09 7:45 ` Stephane Eranian
2014-09-09 7:55 ` Adrian Hunter
2014-09-09 14:53 ` Ingo Molnar
2014-09-09 8:48 ` Adrian Hunter
2014-09-09 13:12 ` Arnaldo Carvalho de Melo
2014-09-09 14:54 ` Ingo Molnar
2014-09-09 15:59 ` Arnaldo Carvalho de Melo
2014-09-09 19:08 ` Arnaldo Carvalho de Melo
2014-09-10 13:19 ` Adrian Hunter
2015-06-23 21:47 Arnaldo Carvalho de Melo
2015-06-25 7:31 ` Ingo Molnar
2015-06-25 13:48 ` Arnaldo Carvalho de Melo
2015-07-20 20:58 Arnaldo Carvalho de Melo
2015-07-21 6:00 ` Ingo Molnar
2015-08-12 16:39 Arnaldo Carvalho de Melo
2015-08-13 7:25 ` Ingo Molnar
2015-11-26 20:45 Arnaldo Carvalho de Melo
2015-11-27 7:30 ` Ingo Molnar
2016-02-15 21:01 Arnaldo Carvalho de Melo
2016-02-16 7:48 ` Ingo Molnar
2016-04-29 14:57 Arnaldo Carvalho de Melo
2016-04-29 19:39 ` Ingo Molnar
2016-05-11 16:32 Arnaldo Carvalho de Melo
2016-05-12 6:58 ` Ingo Molnar
2016-10-06 16:11 Arnaldo Carvalho de Melo
2016-10-06 22:38 ` Ingo Molnar
2017-01-11 20:21 Arnaldo Carvalho de Melo
2017-01-12 8:25 ` Ingo Molnar
2017-04-05 0:17 Arnaldo Carvalho de Melo
2017-04-05 5:41 ` Ingo Molnar
2017-08-21 19:25 Arnaldo Carvalho de Melo
2017-08-22 10:20 ` Ingo Molnar
2017-09-04 14:00 Arnaldo Carvalho de Melo
2017-09-04 14:00 ` Arnaldo Carvalho de Melo
2017-09-05 5:15 ` Ingo Molnar
2017-09-05 5:15 ` Ingo Molnar
2018-09-19 14:25 Arnaldo Carvalho de Melo
2018-09-19 14:25 ` Arnaldo Carvalho de Melo
2018-09-25 9:21 ` Ingo Molnar
2018-09-25 9:21 ` 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=20120908112814.GA21851@gmail.com \
--to=mingo@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=acme@infradead.org \
--cc=acme@redhat.com \
--cc=adrian.hunter@intel.com \
--cc=akpm@linux-foundation.org \
--cc=andi@firstfloor.org \
--cc=cjashfor@linux.vnet.ibm.com \
--cc=dsahern@gmail.com \
--cc=fweisbec@gmail.com \
--cc=irina.tirdea@intel.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=namhyung.kim@lge.com \
--cc=namhyung@kernel.org \
--cc=paulmck@linux.vnet.ibm.com \
--cc=paulus@samba.org \
--cc=rostedt@goodmis.org \
--cc=walken@google.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.