OSDN Git Service

simpleperf: add run_simpleperf_on_device.py.
authorYabin Cui <yabinc@google.com>
Fri, 11 Aug 2017 23:22:50 +0000 (16:22 -0700)
committerYabin Cui <yabinc@google.com>
Thu, 17 Aug 2017 19:33:40 +0000 (12:33 -0700)
commitc4dc4367daa0f25db7152ff51e8ba36263b2881c
treed04d12219b187eeee3ca23f87f4da2a7c1bd84bb
parentc2adeafb3cc0c69643f56cd66781cb5b30cd4ab7
simpleperf: add run_simpleperf_on_device.py.

It is added mainly to show in README.md how to detect whether
trace-offcpu is supported on device, by
 `python run_simpleperf_on_device.py list --show-features`.

Bug: http://b/32834638
Test: run test.py.
Change-Id: I33a6fb81b650293faec233eb6a735bac7cb5e215
simpleperf/doc/README.md
simpleperf/scripts/run_simpleperf_on_device.py [new file with mode: 0644]
simpleperf/scripts/test.py
simpleperf/scripts/utils.py