Implement tracing mode support (mainly for write-to-disk mode) in
TraceCmdInstrument, enabling efficient collection of large trace
datasets without encountering memory limitations.
This feature is particularly useful for scenarios requiring extensive
trace data.
Additional changes:
- Replace hardcoded strings with corresponding string literals for
improved maintainability.
Signed-off-by: Metin Kaya <metin.kaya@arm.com>
- Update 'setup.py' package name to 'wlauto' as 'wa' is already taken on
PyPi and update documentation accordingly.
- Update old references to Python 2.7
Restructure the documentation to be split into `User Information` and
`Developer Information`, and split the how to guides into their
corresponding section.