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
61
62
63
64
65
66
67
68
69
|
Source: libopencsd
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Wookey <wookey@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 12), doxygen, graphviz, jdupes
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/Linaro/OpenCSD
Rules-Requires-Root: no
Vcs-Browser: https://git.progress-linux.org/packages/fuchur-backports/libopencsd
Vcs-Git: https://git.progress-linux.org/packages/fuchur-backports/libopencsd
XSBC-Original-Vcs-Browser: https://salsa.debian.org/wookey/libopencsd
XSBC-Original-Vcs-Git: https://salsa.debian.org/wookey/libopencsd.git
Package: libopencsd-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libopencsd1 (= ${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: libopencsd1
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
Multi-Arch: foreign
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
Multi-Arch: foreign
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.
|