Metin Kaya

Results 3 issues of Metin Kaya

`PR#667: https://github.com/ARM-software/devlib/pull/667` - Implement separate initialize / tear down methods and make various cleanups in test/test_target.py - Make docstrings Sphinx compatible - Make ``TargetRunner`` and its subclasses private - Cleanup...

**Note: Only https://github.com/ARM-software/devlib/commit/4d4d91d needs to be reviewed.** `PR#668: https://github.com/ARM-software/devlib/pull/668` - Fix mixed tab-space white-spacing issues - `s/CMDLINE_VERSION/ANDROID_CMDLINE_VERSION/` to be more precise - `s/set_host_arch/get_android_sdk_host_arch/` because the global variable for Android host...

FtraceCollector.reset() executes 'trace-cmd reset ..' command which clears all kprobes. This breaks tracing existing kprobe events (if any). Thus, save kprobe events before trace-cmd reset and restore them after the...