1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/instrumentation/perf
Sergei Trofimov 01c9c88e79 perf: do not force root on Android in stop()
perf instrument was forcing killall() to run as root on Android devices.
This constraint was preventing perf from being used on unrooted devices.
However, it appears that it is possible for killall() to succeed on at
least some devices as a regular user.

This commit removes the constraint. Since killall() will default to
running as root whenever possible, the instrument will still behave
correctly on rooted Android devices where root is required.
2017-01-11 13:44:55 +00:00
..
bin Perf: Recompiled 32bit binary for little endian. 2016-12-16 18:13:43 +00:00
__init__.py perf: do not force root on Android in stop() 2017-01-11 13:44:55 +00:00
LICENSE Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00