From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753373AbaETJtL (ORCPT ); Tue, 20 May 2014 05:49:11 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:37255 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753167AbaETJtI (ORCPT ); Tue, 20 May 2014 05:49:08 -0400 From: Stephane Eranian To: linux-kernel@vger.kernel.org Cc: peterz@infradead.org, mingo@elte.hu, acme@redhat.com, jolsa@redhat.com, namhyung@kernel.org, dsahern@gmail.com, Michael Lentine Subject: [PATCH v2 0/2] perf tools: improve perf support on Android Date: Tue, 20 May 2014 11:48:48 +0200 Message-Id: <1400579330-5043-1-git-send-email-eranian@google.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Michael Lentine This short series of patches allow for the execution of perf natively on the android devices. The following changes are implemented: - Have cat be the default page. Android does not have less or more pager. this is a generic change which cleans up the code a bit - Remap library paths to allow for data reporting on a linux pc with data collected from an android device. In V2, we address the feedback from LKML. Use explicit path for less pager. Document Android system libraries better. Signed-off-by: Michael Lentine Michael Lentine (2): perf tools: add a fallback for pager to use cat if less does not exist. perf tools: add automatic remapping of Android libraries tools/perf/util/map.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++- tools/perf/util/pager.c | 12 +++---- 2 files changed, 94 insertions(+), 7 deletions(-) -- 1.9.1.423.g4596e3a