commit | 85308cf51c81a80994ebeade22193c7ee8d8ffa0 | [log] [tgz] |
---|---|---|
author | Mike Leach <mike.leach@linaro.org> | Tue Jun 21 16:03:47 2016 +0100 |
committer | Mike Leach <mike.leach@linaro.org> | Thu Aug 18 12:59:25 2016 +0100 |
tree | 8b93a74a7ea1769c0aa2c9cc0998a181add4aa24 | |
parent | f804a2a45413ca80feb7f05117b7a118d4445d8e [diff] |
opencsd: Add .bash scripts - library testing in perf Added bash scripts to setup build and test environment variables required when testing the library with perf report and perf script. Updated HOWTO.md to describe the use of these scripts. Adjust for latest opencsd-perf branch. Signed-off-by: Mike Leach <mike.leach@linaro.org>
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:-
The library is implemented in C++ with an optional "C" API.
Current Version 0.004
Note: for ITM and STM, packet decode is combining Master+Channel+Marker+Payload packets into a single generic output packet.
At present, the git repository for OpenCSD contains both branches for the OpenCSD library itself, and branches that have the perf updates that are not yet upstream in the main linux tree for using perf to record and decode trace.
These perf branches are snapshots of the kernel tree and are thus quite large. It is advised if only the OpenCSD library is required, clone only selected branches. Otherwise, downloading may take some time.
e.g.
git clone -b opencsd-0v003 --single-branch https://github.com/Linaro/OpenCSD
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.
See [build_libs.md](@ref build_lib) in the ./docs
directory for build details.
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.
perf
tools integration - BKK16, 8th March 2016This library is licensed under the BSD three clause licence.
A copy of this license is in the LICENCE
file included with the source code.