[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1428702017-19224-1-git-send-email-acme@kernel.org>
Date: Fri, 10 Apr 2015 18:40:10 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Adrian Hunter <adrian.hunter@...el.com>,
Borislav Petkov <bp@...e.de>,
David Ahern <david.ahern@...cle.com>,
Don Zickus <dzickus@...hat.com>,
Frederic Weisbecker <fweisbec@...il.com>,
He Kuang <hekuang@...wei.com>, Jiri Olsa <jolsa@...hat.com>,
Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>,
Mike Galbraith <efault@....de>,
Namhyung Kim <namhyung@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Stephane Eranian <eranian@...gle.com>,
Wang Nan <wangnan0@...wei.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL 0/7] perf/core improvements and fixes
Hi Ingo,
Please consider pulling,
- Arnaldo
The following changes since commit 51ab7155c08baf45cc2aa911961e5b78422e478f:
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2015-04-08 17:03:47 +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 7b8283b56d9fb36106ff1c459dfd399a20bd374d:
perf evlist: Fix type for references to data_head/tail (2015-04-10 11:29:20 -0300)
----------------------------------------------------------------
perf/core improvements and fixes:
New user visible features:
- Support multiple probes on different binaries on the same command line (Masami Hiramatsu)
User visible fixes:
- Fix synthesizing fork_event.ppid for non-main thread (David Ahern)
- Fix cross-endian analysis (David Ahern)
- Fix segfault in 'perf buildid-list' when show DSOs with hits (He Kuang)
Infrastructure:
- Fix type for references to data_head/tail (David Ahern)
- Fix error path to do closedir() when synthesizing threads (Arnaldo Carvalho de Melo)
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
perf tools: Fix error path to do closedir() when synthesizing threads
David Ahern (3):
perf tools: Fix synthesizing fork_event.ppid for non-main thread
perf tools: Fix cross-endian analysis
perf evlist: Fix type for references to data_head/tail
He Kuang (1):
perf buildid-list: Fix segfault when show DSOs with hits
Masami Hiramatsu (2):
perf probe: Support multiple probes on different binaries
perf probe: Check the orphaned -x option
tools/perf/builtin-probe.c | 19 +++++++++++++++++--
tools/perf/builtin-record.c | 4 ++--
tools/perf/util/build-id.c | 8 ++------
tools/perf/util/event.c | 31 +++++++++++++++++++++----------
tools/perf/util/evlist.c | 6 +++---
tools/perf/util/evlist.h | 9 ++++-----
tools/perf/util/header.c | 5 ++++-
tools/perf/util/machine.c | 4 +---
tools/perf/util/machine.h | 1 +
tools/perf/util/probe-event.c | 5 +++--
tools/perf/util/probe-event.h | 6 +++---
11 files changed, 61 insertions(+), 37 deletions(-)
--
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