[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1400579330-5043-1-git-send-email-eranian@google.com>
Date: Tue, 20 May 2014 11:48:48 +0200
From: Stephane Eranian <eranian@...gle.com>
To: linux-kernel@...r.kernel.org
Cc: peterz@...radead.org, mingo@...e.hu, acme@...hat.com,
jolsa@...hat.com, namhyung@...nel.org, dsahern@...il.com,
Michael Lentine <mlentine@...gle.com>
Subject: [PATCH v2 0/2] perf tools: improve perf support on Android
From: Michael Lentine <mlentine@...gle.com>
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 <mlentine@...gle.com>
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists