From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756599AbbDJVkY (ORCPT ); Fri, 10 Apr 2015 17:40:24 -0400 Received: from mail.kernel.org ([198.145.29.136]:36702 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754874AbbDJVkV (ORCPT ); Fri, 10 Apr 2015 17:40:21 -0400 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Borislav Petkov , David Ahern , Don Zickus , Frederic Weisbecker , He Kuang , Jiri Olsa , Masami Hiramatsu , Mike Galbraith , Namhyung Kim , Peter Zijlstra , Stephane Eranian , Wang Nan , Arnaldo Carvalho de Melo Subject: [GIT PULL 0/7] perf/core improvements and fixes Date: Fri, 10 Apr 2015 18:40:10 -0300 Message-Id: <1428702017-19224-1-git-send-email-acme@kernel.org> X-Mailer: git-send-email 1.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)