From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964862AbbLGWVu (ORCPT ); Mon, 7 Dec 2015 17:21:50 -0500 Received: from casper.infradead.org ([85.118.1.10]:33286 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756325AbbLGWRl (ORCPT ); Mon, 7 Dec 2015 17:17:41 -0500 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , David Ahern , Jiri Olsa , Masami Hiramatsu , Namhyung Kim , Peter Zijlstra , pi3orama@163.com, Russell King , Wang Nan , Will Deacon , Zefan Li Subject: [GIT PULL 00/14] perf/core improvements and fixes Date: Mon, 7 Dec 2015 19:17:05 -0300 Message-Id: <1449526639-3667-1-git-send-email-acme@kernel.org> X-Mailer: git-send-email 2.1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.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 From: Arnaldo Carvalho de Melo Hi Ingo, Please consider pulling, will continue processing the backlog tomorrow, Thanks, - Arnaldo The following changes since commit f1ad44884a4c421ceaa9a4a8242aeeee6f686670: perf/x86: Remove old MSR perf tracing code (2015-12-06 12:56:14 +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 cfef25b8daf7e4b49c84e174a904af9d89dc7c46: perf annotate: ARM support (2015-12-07 18:13:00 -0300) ---------------------------------------------------------------- perf/core improvements and fixes: User visible: - Fixes and improvements for supporting annotating ARM binaries, support ARM call and jump instructions, more work needed to have arch specific stuff separated into tools/perf/arch/*/annotate/ (Russell King) - Fix several 'perf test' entries broken by recent perf/core changes (Jiri Olsa) Infrastructure: - Consolidate perf_ev{list,sel}__{enable,disable}() calls (Jiri Olsa) - Pass correct string to dso__adjust_kmod_long_name (Wang Nan) Signed-off-by: Arnaldo Carvalho de Melo ---------------------------------------------------------------- Jiri Olsa (12): perf test: Use machine__new_host in dwarf unwind test perf test: Use machine__new_host in mmap thread lookup test perf test: Use machine__new_host in mmap thread code reading test perf test: Fix cpus and thread maps reference in error path perf test: Prevent using bpf-output event in round trip name test perf test: Create kernel maps properly for hist entries test perf evsel: Use event maps directly in perf_evsel__enable perf evsel: Introduce disable() method perf evlist: Factor perf_evlist__(enable|disable) functions perf stat: Use perf_evlist__enable in handle_initial_delay perf stat: Create events as disabled perf stat: Move enable_on_exec setup under earlier code Russell King (1): perf annotate: ARM support Wang Nan (1): perf machine: Pass correct string to dso__adjust_kmod_long_name tools/perf/builtin-stat.c | 44 ++++++++++++++++++++------------- tools/perf/tests/code-reading.c | 14 +++++++---- tools/perf/tests/dwarf-unwind.c | 8 ++---- tools/perf/tests/evsel-roundtrip-name.c | 3 ++- tools/perf/tests/hists_common.c | 5 ++++ tools/perf/tests/mmap-thread-lookup.c | 6 ++--- tools/perf/util/annotate.c | 23 +++++++++++++++++ tools/perf/util/evlist.c | 32 ++++++------------------ tools/perf/util/evsel.c | 15 ++++++++++- tools/perf/util/evsel.h | 3 ++- tools/perf/util/machine.c | 2 +- 11 files changed, 95 insertions(+), 60 deletions(-)