From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932191AbbKLW4p (ORCPT ); Thu, 12 Nov 2015 17:56:45 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:39120 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754346AbbKLW4j (ORCPT ); Thu, 12 Nov 2015 17:56:39 -0500 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Brendan Gregg , David Ahern , Jiri Olsa , Jonathan Cameron , Kamal Mostafa , Masami Hiramatsu , Namhyung Kim , Pali Rohar , Pavel Machek , pi3orama@163.com, Roberta Dobrescu , Wang Nan , Zefan Li Subject: [GIT PULL 0/6] perf/urgent fixes Date: Thu, 12 Nov 2015 19:56:06 -0300 Message-Id: <1447368972-15434-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 From: Arnaldo Carvalho de Melo Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 41ac18ebfc429ce3f4d369ef07447d652999a0cd: perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macro (2015-11-12 09:44:25 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo for you to fetch changes up to 2059fc7a5a9e667797b8ec503bfb4685afee48d8: perf symbols: Allow forcing reading of non-root owned files by root (2015-11-12 18:58:18 -0300) ---------------------------------------------------------------- perf/urgent fixes: - Fix 'd' hotkey for filtering by DSO in the top/report TUI browser (Arnaldo Carvalho de Melo) - Allow forcing reading of non-root owned /tmp/perf-PID JIT symbol maps (Arnaldo Carvalho de Melo) - Rebuild rbtree when adjusting symbols for kcore (Adrian Hunter) - Actually install tmon in the tools/ install rule (Kamal Mostafa) Signed-off-by: Arnaldo Carvalho de Melo ---------------------------------------------------------------- Adrian Hunter (1): perf symbols: Rebuild rbtree when adjusting symbols for kcore Arnaldo Carvalho de Melo (3): perf hists browser: Fix 'd' hotkey action to filter by DSO perf hists browser: The dso can be obtained from popup_action->ms.map->dso perf symbols: Allow forcing reading of non-root owned files by root Kamal Mostafa (2): tools: Actually install tmon in the install rule tools: Add a "make all" rule tools/Makefile | 11 ++++++++++- tools/perf/builtin-report.c | 6 +++--- tools/perf/ui/browsers/hists.c | 7 +------ tools/perf/util/symbol.c | 34 ++++++++++++++++------------------ tools/perf/util/symbol.h | 1 + 5 files changed, 31 insertions(+), 28 deletions(-)