forked from andikleen/processor-trace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (19 loc) · 820 Bytes
/
README
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
Intel(R) Processor Trace Decoder Library
========================================
The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference
implementation for decoding Intel PT. It can be used as a standalone library or
it can be partially or fully integrated into your tool.
Go to https://software.intel.com/en-us/intel-platform-analysis-library for sample
code that uses the library.
Contents
--------
README this file
libipt A packet encoder/decoder library
ptunit A simple unit test system
doc A document describing the build
A document describing the usage of the decoder library
Dependencies
------------
We use cmake for building.
cmake The cross-platform open-source build system.
http://www.cmake.org