1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: libopencsd
Priority: optional
Maintainer: Wookey <wookey@debian.org>
Build-Depends: debhelper (>=10), doxygen, graphviz
Standards-Version: 4.2.1
Section: libs
Homepage: https://github.com/Linaro/OpenCSD
Rules-Requires-Root: no
Package: libopencsd-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libopencsd0 (= ${binary:Version}), ${misc:Depends}
Description: ARM CoreSight trace decode library development files
This library provides an API suitable for the decode of ARM(r) CoreSight(tm)
trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction
trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for
external/custom decoders.
.
This is the development package containing the headers and static library build
Package: libopencsd0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ARM CoreSight Trace decode library
This library provides an API suitable for the decode of ARM(r) CoreSight(tm)
trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction
trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for
external/custom decoders.
.
This library is trypically used via perf, but libopencsd-bin also contains a
test binary.
Package: libopencsd-bin
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ARM CoreSight trace decode utility
Tool to decode ARM Coresight trace stream packets.
.
The CoreSight library provides an API suitable for the decode of ARM(r)
CoreSight(tm) trace streams. It supports ETMv3 data & instruction trace,
ETMv4 instruction trace, PTM (v1.1) instruction trace, STM (v1.1) software
trace, and support for external/custom decoders.
.
This is the tools package containing useful binaries.
Package: libopencsd-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: ARM CoreSight trace decode library documentation
This library provides an API suitable for the decode of ARM(r) CoreSight(tm)
trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction
trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for
external/custom decoders.
.
This is the documentation package.
|