From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753220AbbJTU0K (ORCPT ); Tue, 20 Oct 2015 16:26:10 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:36658 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753014AbbJTUZU (ORCPT ); Tue, 20 Oct 2015 16:25:20 -0400 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Alexei Starovoitov , Andi Kleen , David Ahern , Jiri Olsa , Kan Liang , Masami Hiramatsu , Namhyung Kim , Paolo Bonzini , Paul Mackerras , Peter Zijlstra , Steven Rostedt , Wang Nan , Yunlong Song , Arnaldo Carvalho de Melo Subject: [GIT PULL 0/4] perf/core improvements and fixes Date: Tue, 20 Oct 2015 17:25:03 -0300 Message-Id: <1445372707-18744-1-git-send-email-acme@kernel.org> X-Mailer: git-send-email 2.1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html 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 43e41adc9e8c36545888d78fed2ef8d102a938dc: perf record: Add ability to sample call branches (2015-10-20 10:30:55 +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 bab84928dfadf8cba4d3fadcea0890de4da37be8: perf evsel: Print branch filter state with -vv (2015-10-20 15:54:21 -0300) ---------------------------------------------------------------- perf/core improvements and fixes: User visible: - Print branch filter state with verbose mode (Andi Kleen) - Fix core dump caused by per-socket/core system-wide stat (Kan Liang) - Update libtraceevent KVM plugin (Paolo Bonzini) Developer stuff: - Add fixdep to 'tools/build' .gitignore (Yunlong Song) Signed-off-by: Arnaldo Carvalho de Melo ---------------------------------------------------------------- Andi Kleen (1): perf evsel: Print branch filter state with -vv Kan Liang (1): perf cpu_map: Fix core dump caused by per-socket/core system-wide stat Paolo Bonzini (1): tools lib traceevent: update KVM plugin Yunlong Song (1): perf build: Add fixdep to .gitignore tools/build/.gitignore | 1 + tools/lib/traceevent/plugin_kvm.c | 25 +++++++++++++++++-------- tools/perf/util/cpumap.c | 2 +- tools/perf/util/evsel.c | 1 + 4 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 tools/build/.gitignore