From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756548AbaEPXO5 (ORCPT ); Fri, 16 May 2014 19:14:57 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:62942 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755445AbaEPXOz (ORCPT ); Fri, 16 May 2014 19:14:55 -0400 From: Stephane Eranian To: linux-kernel@vger.kernel.org Cc: peterz@infradead.org, mingo@elte.hu, acme@redhat.com, jolsa@redhat.com, namhyung.kim@kernel.org, Michael Lentine Subject: [PATCH 0/2] perf tools: improve perf support on Android Date: Sat, 17 May 2014 01:14:45 +0200 Message-Id: <1400282087-4616-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. Patches relative to tip.git. 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