android: introduce new System API for systrace functions

'systrace.py' was renamed to 'run_systrace.py' in catapult
and this breaks the android notebooks.
Add new Android::System API to start systrace and wait for
its completion. Modify Android_Workloads.ipynb and
Android_YouTube.ipynb to adopt the new API.

The commit in catapult is:

commit 8433261359496535812210677f059e54222631a9
Author: alexandermont <alexandermont@chromium.org>
Date:   Mon Apr 4 15:56:58 2016 -0700

    Rename systrace to run_systrace and agents to tracing_agents
[snip]

Signed-off-by: Ionela Voinescu <ionela.voinescu@arm.com>
3 files changed
tree: 1b7ed8890fd642180babf38618ef4d740f1ce103
  1. assets/
  2. ipynb/
  3. libs/
  4. results/
  5. src/
  6. tests/
  7. tools/
  8. .gitignore
  9. .gitmodules
  10. init_env
  11. LICENSE.txt
  12. LisaShell.txt
  13. logging.conf
  14. README.md
  15. target.config
  16. Vagrantfile
README.md

NOTE: This is still a work in progress project, suitable for: developers, contributors and testers.
None of the provided tests should be considered stable and/or suitable for the evaluation of a product.

Introduction

The LISA project provides a toolkit that supports regression testing and interactive analysis of workload behavior. LISA stands for Linux Integrated/Interactive System Analysis. LISA's goal is to help Linux kernel developers to measure the impact of modifications in core parts of the kernel. The focus is on the scheduler, power management and thermal frameworks. However LISA is generic and can be used for other purposes too.

LISA provides an API for modeling use-cases of interest and developing regression tests for use-cases. A ready made set of test-cases to support regression testing of core kernel features is provided. In addition, LISA uses the excellent IPython notebook framework and a set of notebooks are provided for live experiments on a target platform.

Documentation

License

This project is licensed under Apache-2.0.

This project includes some third-party code under other open source licenses. For more information, see lisa/tools/LICENSE.*

Contributions / Pull Requests

Contributions are accepted under Apache-2.0. Only submit contributions where you have authored all of the code. If you do this on work time make sure your employer is cool with this.