public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] perf tools: improve perf support on Android
@ 2014-05-20  9:48 Stephane Eranian
  2014-05-20  9:48 ` [PATCH v2 1/2] perf tools: add cat as fallback pager Stephane Eranian
  2014-05-20  9:48 ` [PATCH v2 2/2] perf tools: add automatic remapping of Android libraries Stephane Eranian
  0 siblings, 2 replies; 5+ messages in thread
From: Stephane Eranian @ 2014-05-20  9:48 UTC (permalink / raw)
  To: linux-kernel
  Cc: peterz, mingo, acme, jolsa, namhyung, dsahern, Michael Lentine

From: Michael Lentine <mlentine@google.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@google.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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-22 12:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20  9:48 [PATCH v2 0/2] perf tools: improve perf support on Android Stephane Eranian
2014-05-20  9:48 ` [PATCH v2 1/2] perf tools: add cat as fallback pager Stephane Eranian
2014-05-22 12:24   ` [tip:perf/core] perf tools: Add " tip-bot for Michael Lentine
2014-05-20  9:48 ` [PATCH v2 2/2] perf tools: add automatic remapping of Android libraries Stephane Eranian
2014-05-22 12:24   ` [tip:perf/core] perf tools: Add " tip-bot for Michael Lentine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox