Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.35 KB

PDCFGviaPT_OMPT.md

File metadata and controls

22 lines (16 loc) · 1.35 KB

Constructing Parallel Dynamic Control Flow Graph using Processor Tracing and OMPT

Processor Tracing

Build PT

  • Use the following cmake command to turn on all the features and set the right location to xed cmake -DPTUNIT=ON -DPTDUMP=ON -DPTXED=ON -DPTTC=ON -DSIDEBAND=ON -DPEVENT=ON -DFEATURE_ELF=ON -DFEATURE_THREADS=ON -DXED_LIBDIR=/home/yan/tools/xed/kits/xed-install-base-2017-07-05-lin-x86-64/lib -DXED_INCLUDE=/home/yan/tools/xed/kits/xed-install-base-2017-07-05-lin-x86-64/include/xed ..

Constructing Control Flow Graph