linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Jiri Olsa <jolsa@kernel.org>
Cc: linux-kernel@vger.kernel.org,
	Adrian Hunter <adrian.hunter@intel.com>,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	Corey Ashford <cjashfor@linux.vnet.ibm.com>,
	David Ahern <dsahern@gmail.com>, Don Zickus <dzickus@redhat.com>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Mike Galbraith <efault@gmx.de>,
	Namhyung Kim <namhyung@kernel.org>,
	Paul Mackerras <paulus@samba.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Stephane Eranian <eranian@google.com>
Subject: Re: [GIT PULL  0/7] perf/core improvements and fixes
Date: Tue, 29 Apr 2014 08:42:44 +0200	[thread overview]
Message-ID: <20140429064244.GA26365@gmail.com> (raw)
In-Reply-To: <1398686405-31951-1-git-send-email-jolsa@kernel.org>


* Jiri Olsa <jolsa@kernel.org> wrote:

> hi Ingo,
> please consider pulling
> 
> thanks,
> jirka
> 
> 
> The following changes since commit 2933d7813d8618f18632a7dc7f4e7f1f7d17383a:
> 
>   Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core (2014-04-25 10:04:46 +0200)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git tags/perf-core-for-mingo
> 
> for you to fetch changes up to fabf01238289e9ae009499594fc54642f5802a24:
> 
>   perf tests: Add map groups sharing with thread object test (2014-04-28 13:43:40 +0200)
> 
> ----------------------------------------------------------------
> perf/core improvements and fixes:
> 
> . Add a test case for hists filtering (Namhyung Kim)
> 
> . Share map_groups among threads of the same group (Arnaldo Carvalho de Melo, Jiri Olsa)
> 
> Signed-off-by: Jiri Olsa <jolsa@kernel.org>
> 
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (2):
>       perf tools: Allocate thread map_groups's dynamically
>       perf tools: Reference count map_groups objects
> 
> Jiri Olsa (3):
>       perf tests: Add thread maps lookup automated tests
>       perf tools: Share map_groups among threads of the same group
>       perf tests: Add map groups sharing with thread object test
> 
> Namhyung Kim (2):
>       perf tests: Factor out fake_setup_machine()
>       perf tests: Add a test case for hists filtering
> 
>  tools/perf/Makefile.perf                 |   4 +
>  tools/perf/arch/x86/tests/dwarf-unwind.c |   2 +-
>  tools/perf/perf.h                        |   6 +
>  tools/perf/tests/builtin-test.c          |  12 ++
>  tools/perf/tests/hists_common.c          | 148 +++++++++++++++
>  tools/perf/tests/hists_common.h          |  44 +++++
>  tools/perf/tests/hists_filter.c          | 315 +++++++++++++++++++++++++++++++
>  tools/perf/tests/hists_link.c            | 141 +-------------
>  tools/perf/tests/mmap-thread-lookup.c    | 233 +++++++++++++++++++++++
>  tools/perf/tests/tests.h                 |   3 +
>  tools/perf/tests/thread-mg-share.c       |  90 +++++++++
>  tools/perf/ui/stdio/hist.c               |   2 +-
>  tools/perf/util/event.c                  |   2 +-
>  tools/perf/util/machine.c                |  11 ++
>  tools/perf/util/map.c                    |  23 +++
>  tools/perf/util/map.h                    |  12 ++
>  tools/perf/util/thread.c                 |  52 +++--
>  tools/perf/util/thread.h                 |   3 +-
>  18 files changed, 948 insertions(+), 155 deletions(-)
>  create mode 100644 tools/perf/tests/hists_common.c
>  create mode 100644 tools/perf/tests/hists_common.h
>  create mode 100644 tools/perf/tests/hists_filter.c
>  create mode 100644 tools/perf/tests/mmap-thread-lookup.c
>  create mode 100644 tools/perf/tests/thread-mg-share.c

Pulled, thanks a lot Jiri!

	Ingo

  parent reply	other threads:[~2014-04-29  6:42 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-28 11:59 [GIT PULL 0/7] perf/core improvements and fixes Jiri Olsa
2014-04-28 11:59 ` [PATCH 1/7] perf tests: Factor out fake_setup_machine() Jiri Olsa
2014-04-28 12:00 ` [PATCH 2/7] perf tests: Add a test case for hists filtering Jiri Olsa
2014-04-28 12:00 ` [PATCH 3/7] perf tests: Add thread maps lookup automated tests Jiri Olsa
2014-04-28 12:00 ` [PATCH 4/7] perf tools: Allocate thread map_groups's dynamically Jiri Olsa
2014-04-28 12:00 ` [PATCH 5/7] perf tools: Reference count map_groups objects Jiri Olsa
2014-04-28 12:00 ` [PATCH 6/7] perf tools: Share map_groups among threads of the same group Jiri Olsa
2014-04-28 12:00 ` [PATCH 7/7] perf tests: Add map groups sharing with thread object test Jiri Olsa
2014-04-29  6:42 ` Ingo Molnar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-13 19:35 [GIT PULL 0/7] perf/core improvements and fixes 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
2013-11-07 15:04 Arnaldo Carvalho de Melo
2013-11-07 15:26 ` Ingo Molnar
2012-06-27 19:20 Arnaldo Carvalho de Melo
2012-06-29 13:12 ` Ingo Molnar
2012-07-02  8:01   ` Dmitry Antipov
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=20140429064244.GA26365@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=cjashfor@linux.vnet.ibm.com \
    --cc=dsahern@gmail.com \
    --cc=dzickus@redhat.com \
    --cc=efault@gmx.de \
    --cc=eranian@google.com \
    --cc=fweisbec@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=namhyung@kernel.org \
    --cc=paulus@samba.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).