From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752445AbbCZPlJ (ORCPT ); Thu, 26 Mar 2015 11:41:09 -0400 Received: from mail.kernel.org ([198.145.29.136]:59435 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751278AbbCZPlH (ORCPT ); Thu, 26 Mar 2015 11:41:07 -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 , David Ahern , Don Zickus , Frederic Weisbecker , Guilherme Cox , Jiri Olsa , Jiri Olsa , Namhyung Kim , Stephane Eranian , Steven Rostedt , Arnaldo Carvalho de Melo Subject: [GIT PULL 0/6] perf/core improvements and fixes Date: Thu, 26 Mar 2015 12:40:59 -0300 Message-Id: <1427384465-7601-1-git-send-email-acme@kernel.org> X-Mailer: git-send-email 1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 baa5a7bc5dd069bb37de9c8bdb5ea7f4e2e939e9: Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2015-03-24 17:22:44 +0100) 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 7c27f78a297b54c3c2f5075cb15d33431b7f6333: tools lib traceevent: Zero should not be considered "not found" in eval_flag() (2015-03-26 10:52:29 -0300) ---------------------------------------------------------------- perf/core improvements and fixes: User visible: - Show the first event with an invalid filter (David Ahern, Arnaldo Carvalho de Melo) - Fix garbage output when intermixing syscalls from different threads in 'perf trace' (Arnaldo Carvalho de Melo) - Fix 'perf timechart' SIBGUS error on sparc64 (David Ahern) Infrastructure: - Set JOBS based on CPU or processor, making it work on SPARC, where /proc/cpuinfo has "CPU", not "processor" (David Ahern) - Zero should not be considered "not found" in libtraceevent's eval_flag() (Steven Rostedt) Signed-off-by: Arnaldo Carvalho de Melo ---------------------------------------------------------------- Arnaldo Carvalho de Melo (2): perf evlist: Return the first evsel with an invalid filter in apply_filters() perf trace: Fix syscall enter formatting bug David Ahern (3): perf timechart: Fix SIBGUS error on sparc64 perf: Bump max number of cpus to 1024 perf tools: Set JOBS based on CPU or processor Steven Rostedt (1): tools lib traceevent: Zero should not be considered "not found" in eval_flag() tools/lib/traceevent/event-parse.c | 10 +++++----- tools/perf/Makefile | 2 +- tools/perf/builtin-record.c | 5 +++-- tools/perf/builtin-stat.c | 5 +++-- tools/perf/builtin-trace.c | 2 +- tools/perf/perf.h | 2 +- tools/perf/util/evlist.c | 6 ++++-- tools/perf/util/evlist.h | 2 +- tools/perf/util/evsel.c | 2 +- 9 files changed, 20 insertions(+), 16 deletions(-)