Clone this repo:
  1. d5f84b7 [libipt] Do not add pt_cpuid.c if host target is arm by leonardchan · 1 year, 11 months ago main master
  2. 2433bec [cpp] Suppress C++20 warning by Mark Schott · 2 years, 6 months ago
  3. 247f20b [cpp] Move suppression flags to config by Shai Barack · 2 years, 6 months ago
  4. ee41dcd [cpp] Demote public config to local cflags by Shai Barack · 2 years, 6 months ago
  5. 6390086 [cpp] Suppress -Wstrict-prototypes by Shai Barack · 2 years, 6 months ago

processor-trace

This is the processor trace (PT) support from Intel. This repo was originally cloned from https://github.com/01org/processor-trace, with its master branch at commit afbae2983b1978f1f1fe267bfc3fd24a7e41673a.

To see differences with upstream, assuming master is up to date with origin/master:

bash$ git remote add github https://github.com/01org/processor-trace bash$ git fetch github bash$ git checkout master bash$ git cherry -v github/master

Commits that begin with “-” are ones upstream has and we do not. Commits that begin with “+” are ones we have and upstream does not.