From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756114Ab2E3ALo (ORCPT ); Tue, 29 May 2012 20:11:44 -0400 Received: from merlin.infradead.org ([205.233.59.134]:47668 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753831Ab2E3ALn (ORCPT ); Tue, 29 May 2012 20:11:43 -0400 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , David Ahern , Frederic Weisbecker , Mike Galbraith , Namhyung Kim , Paul Mackerras , Pekka Enberg , Peter Zijlstra , Stephane Eranian , Steven Rostedt Subject: [GIT PULL 0/4] perf/urgent fixes Date: Tue, 29 May 2012 21:11:24 -0300 Message-Id: <1338336688-25616-1-git-send-email-acme@infradead.org> X-Mailer: git-send-email 1.7.9.2.358.g22243 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" X-MIME-Error: demime acl condition: double headers (content-type, content-disposition or content-transfer-encoding) X-SRS-Rewrite: SMTP reverse-path rewritten from by canuck.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. There are 5 other fixes in this repo, that went on my previous perf/urgent pull request. Thanks, - Arnaldo The following changes since commit a00dc319e98161949aa87f71a17db32e925c3257: perf record: Fix branch_stack type in perf_record_opts (2012-05-25 18:32:44 -0300) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-urgent-for-mingo for you to fetch changes up to a44b45f236dd1c1a8caccf9a078adf2941a20267: perf annotate browser: The idx_asm field should be used in asm only view (2012-05-29 20:52:38 -0300) ---------------------------------------------------------------- Fixes for perf/urgent . Fix fallback to --stdio when TUI not supported, from Namhyung Kim. . Use right cast for pointers/long in libtraceevent, from Namhyung Kim. . Be consistent on using the right error reporting interface for fatal errors, from Namhyung Kim. . Fix fallback to --stdio when TUI not supported, from Namhyung Kim. . Use the right index in asm only view in the annotate browser. Signed-off-by: Arnaldo Carvalho de Melo ---------------------------------------------------------------- Arnaldo Carvalho de Melo (1): perf annotate browser: The idx_asm field should be used in asm only view Namhyung Kim (3): tools lib traceevent: Silence compiler warning on 32bit build perf ui: Make --stdio default when TUI is not supported perf tools: Convert critical messages to ui__error() tools/lib/traceevent/parse-filter.c | 2 +- tools/perf/builtin-annotate.c | 2 +- tools/perf/builtin-record.c | 14 +++++++------- tools/perf/builtin-report.c | 14 ++++++-------- tools/perf/builtin-top.c | 22 +++++++++++----------- tools/perf/ui/browsers/annotate.c | 6 +++++- tools/perf/ui/setup.c | 1 + 7 files changed, 32 insertions(+), 29 deletions(-)