Skip to content

Commit

Permalink
fix typo in tracegen readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Allen Goldstein committed Feb 14, 2024
1 parent cde177e commit 525646e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/x86_trace_generator/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How to generate x86 traces
3. Simpoint - Mostly we use SimPoint (PinPoint). Follow instruction
in $PINHOME/source/tools/PinPoints

2. Otherwise - Fix trace generator module based on your needs. Then,
4. Otherwise - Fix trace generator module based on your needs. Then,
pin -t trace_generator.so -- $BIN $ARGS

[1] Install Pin (https://software.intel.com/content/www/us/en/develop/articles/pin-a-dynamic-binary-instrumentation-tool.html)
Expand All @@ -17,7 +17,7 @@ How to generate x86 traces
into $PIN_ROOT/intel64/lib/ and $PIN_ROOT/extras/xed-intel64/lib

[4] make

[5] pin -t obj-intel64/trace_generator.so - $BIN $ARGS


Expand Down

0 comments on commit 525646e

Please sign in to comment.