Merge "Upgrade OpenCSD to v0.11.2"
am: 7a88414d01

Change-Id: I1d58e8633aa6f81debfe69c1e10dd2621b06b790
tree: b95eb476db0c603f8873bff216d8808dc07a1bb8
  1. decoder/
  2. .gitignore
  3. Android.bp
  4. HOWTO.md
  5. LICENSE
  6. METADATA
  7. MODULE_LICENSE_BSD
  8. NOTICE
  9. OWNERS
  10. README.md
  11. TODO
README.md

OpenCSD - An open source CoreSight(tm) Trace Decode library

This library provides an API suitable for the decode of ARM(r) CoreSight(tm) trace streams.

The library will decode formatted trace in three stages:

  1. Frame Deformatting : Removal CoreSight frame formatting from individual trace streams.
  2. Packet Processing : Separate individual trace streams into discrete packets.
  3. Packet Decode : Convert the packets into fully decoded trace describing the program flow on a core.

The library is implemented in C++ with an optional “C” API.

Library Versioning

From version 0.4, library versioning will use a semantic versioning format (per http://semver.org) of the form Major.minor.patch (M.m.p).

Internal library version calls, documentation and git repository will use this format moving forwards. Where a patch version is not quoted, or quoted as .x then comments will apply to the entire release.

Releases will be at M.m.0, with patch version incremented for bugfixes or documentation updates.

Releases will appear on the master branch in the git repository with an appropriate version tag.

CoreSight Trace Component Support.

Current Version 0.11.2

Current support:

  • ETMv4 (v4.4) instruction trace - packet processing and packet decode.

  • PTM (v1.1) instruction trace - packet processing and packet decode.

  • ETMv3 (v3.5) instruction trace - packet processing and packet decode.

  • ETMv3 (v3.5) data trace - packet processing.

  • STM (v1.1) software trace - packet processing and packet decode.

  • External Decoders - support for addition of external / custom decoders into the library.

Support to be added:

  • ITM software trace - packet processing and decode.
  • ETMv3 data trace - packet decode.
  • ETMv4 data trace - packet processing and decode.

Note: for ITM and STM, packet decode is combining Master+Channel+Marker+Payload packets into a single generic output packet.

Note on the Git Repository.

This git repository for OpenCSD contains only source for the OpenCSD decoder library. From version 0.4, releases appear as versioned tags on the master branch.

From version 0.7.4, the required updates to CoreSight drivers and perf, that are not currently upstream in the linux kernel tree, are now contained in a separate repository to be found at:

https://github.com/Linaro/perf-opencsd

Documentation

API Documentation is provided inline in the source header files, which use the doxygen standard mark-up. Run doxygen on the ./doxygen_config.dox file located in the ./docs directory..

doxygen ./doxygen_config.dox

This will produce the documentation in the ./docs/html directory. The doxygen configuration also includes the *.md files as part of the documentation.

Application Programming using the Library

See the [programmers guide](@ref prog_guide) for details on usage of the library in custom applications. (./docs/prog_guide/prog_guide_main.md).

Building and Installing the Library

See [build_libs.md](@ref build_lib) in the ./docs directory for build details.

The linux build makefile now contains options to install the library for a linux environment.

How the Library is used in Linux perf

The library and additional infrastructure for programming CoreSight components has been integrated with the standard linux perfomance analysis tool perf.

See [HOWTO.md](@ref howto_perf) for details.

How to use the Library, perf and Trace for AutoFDO

Capturing trace using perf and decoding using the library can generate profiles for AutoFDO.

See [autofdo.md](@ref AutoFDO) for details and scripts.

(./tests/auto-fdo/autofdo.md).

Version and Modification Information

  • Version 0.001: Library development - tested with perf tools integration - BKK16, 8th March 2016
  • Version 0.002: Library development - added in PTM decoder support. Restructure header dir, replaced ARM rctdl prefix with opencsd/ocsd.
  • Version 0.003: Library development - added in ETMv3 instruction decoder support.
  • Version 0.4 : Library development - updated decode tree and C-API for generic decoder handling. Switch to semantic versioning.
  • Version 0.4.1: Minor Update & Bugfixes - fix to PTM decoder, ID checking on test program, adds NULL_TS support in STM packet processor.
  • Version 0.4.2: Minor Update - Update to documentation for perf usage in 4.8 kernel branch.
  • Version 0.5.0: Library Development - external decoder support. STM full decode.
  • Version 0.5.1: Minor Update & Bugfixes - Update HOWTO for kernel 4.9. Build fixes for parallel builds
  • Version 0.5.2: Minor Update & Bugfixes - Update trace info packet string o/p + Cycle count packet bugfixes.
  • Version 0.5.3: Doc update for using AutoFDO with ETM and additional timestamp and cycle count options.
  • Version 0.5.4: Updates: X-compile for arm/arm64. Remove deprecated VS2010 builds. Bugfix: GCC inline semantics in debug build.
  • Version 0.6.0: Packet printers moved from tests into the main library. C++ and C APIs updated to allow clients to use them. Update to allow perf to insert barrier packets (4xFSYNC) which the decoder can be made to use to reset the decode state.
  • Version 0.6.1: Bugfix: instruction follower bug on A32 branch to T32.
  • Version 0.7.0: Add handling for trace return stack feature to ETMv4 and PTM trace.
  • Version 0.7.1: Bugfix: ETMv3 packet processor.
  • Version 0.7.2: Bugfix: ETMv4 decoder - fix exact match packet address follower.
  • Version 0.7.3: Bugfix: PTM decoder - issues with initialisation and ASYNC detection.
  • Version 0.7.4: Notification of change of repository for perf extensions. gcc 6.x build fixes.
  • Version 0.7.5: Bugfix: ETMv4 decoder memory leak. Linux build update - header dependencies force rebuild.
  • Version 0.8.0: Header restructure and build update to enable linux version to install library and C-API headers in standard locations. Library output naming changed from ‘cstraced’ to ‘opencsd’.
  • Version 0.8.1: Minor updates: Use install tool to copy headers. Changes to HOWTO for perf usage.
  • Version 0.8.2: Bugfix: C++ init errors fixed for CLANG build process.
  • Version 0.8.3: Bugfix: ETMv4 decoder issues fixed.
  • Version 0.8.4: build: makefile updates and improvements to get build process compatible with Debian packaging.
  • Version 0.9.0: Performance improvements for perf: Additional info in instruction range output packet. Caching memory accesses. Added Programmers guide to documentation.
  • Version 0.9.1: Bugfix: Crash during decode when first memory access is to address where no image provided.
  • Version 0.9.2: Bugfix: ETMv4: Incorrect Exception number output for Genric exception packets. AutoFDO: update documentation for AutoFDO usage and add in “record.sh” script
  • Version 0.9.3: Bugfix: Test snapshot library not handling ‘offset’ parameters in dump file sections. Install: ocsd_if_version.h moved to opencsd/include to allow installation on OS & use in compiling client apps.
  • Version 0.10.0: Updates: Add additional information about the last instruction to the generic output packet. Docs: update docs for updated output packet. Bugfix: typecast removed from OCSD_VER_NUM in ocsd_if_version.h to allow use in C pre-processor. Bugfix: ETMV4: Interworking ISA change between A32-T32 occasionally missed during instruction decode.
  • Version 0.10.1: Updates: Build update - allow multi-thread make (make -j). Docs: Minor update to AutoFDO documentation.
  • Version 0.11.0: Update: ETM v4 decoder updated to support ETM version up to v4.4 Update: Memory access callback function - added new callback signature to provide TraceID to client when requesting memory. Update: Created new example program to demonstrate using memory buffer in APIs. Bugfix: Typos in docs and source. Bugfix: Memory accessor - validate callback return values.
  • Version 0.11.1: Update: build:- change -fpic to -fPIC to allow Debian build on sparc. Bugfix: build:- remove unused variable
  • Version 0.11.2: Update: docs:- HOWTO.md update to match new perf build requirements. Bugfix: Minor spelling typos fixed.

Licence Information

This library is licensed under the BSD three clause licence.

A copy of this license is in the LICENCE file included with the source code.

Contact

Using the github site: https://github.com/Linaro/OpenCSD

Mailing list: coresight@lists.linaro.org