[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1398686405-31951-1-git-send-email-jolsa@kernel.org>
Date: Mon, 28 Apr 2014 13:59:58 +0200
From: Jiri Olsa <jolsa@...nel.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Adrian Hunter <adrian.hunter@...el.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
David Ahern <dsahern@...il.com>,
Don Zickus <dzickus@...hat.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Jiri Olsa <jolsa@...nel.org>, Mike Galbraith <efault@....de>,
Namhyung Kim <namhyung@...nel.org>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Stephane Eranian <eranian@...gle.com>
Subject: [GIT PULL 0/7] perf/core improvements and fixes
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@...nel.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists