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
|
Source: intel-processor-trace
Priority: optional
Maintainer: Victor Seva <vseva@debian.org>
Uploaders:
Héctor Orón Martínez <zumbi@debian.org>,
Build-Depends:
cmake,
debhelper (>= 9),
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/01org/processor-trace/
Vcs-Git: git://anonscm.debian.org/pkg-gdb/intel-processor-trace.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-gdb/intel-processor-trace.git
Package: libipt-dev
Section: libdevel
Architecture: any
Depends:
libipt1 (= ${binary:Version}),
${misc:Depends},
Description: Intel Processor Trace Decoder Library -- development files
Intel's reference implementation for decoding Intel PT.
.
Go to https://software.intel.com/en-us/intel-platform-analysis-library
for sample code that uses the library.
.
This package provides the development environment for libipt
Package: libipt1
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Intel Processor Trace Decoder Library
Intel's reference implementation for decoding Intel PT.
.
Go to https://software.intel.com/en-us/intel-platform-analysis-library
for sample code that uses the library.
|