Skip to content

ikitayama/processor-trace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.4%
  • C++ 1.9%
  • CMake 1.7%