Skip to content

Commit

Permalink
record traces in monotonic clock domain
Browse files Browse the repository at this point in the history
  • Loading branch information
llandwerlin-intel authored and mikesart committed Feb 18, 2020
1 parent b68e1ad commit e6962d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/trace-cmd-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ DATE=$(date +%m-%d-%Y_%H-%M-%S)
TRACEFILE=trace_${DATE}.dat

echo
CMD="trace-cmd record -b 8000 -D -o ${TRACEFILE} -i ${EVENTS} ${COMMAND}"
CMD="trace-cmd record -C mono -b 8000 -D -o ${TRACEFILE} -i ${EVENTS} ${COMMAND}"
echo $CMD
$CMD

Expand Down
2 changes: 1 addition & 1 deletion sample/trace-cmd-start-tracing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ echo $CMD
$CMD

echo
CMD="trace-cmd start -b 8000 -D -i ${EVENTS}"
CMD="trace-cmd start -C mono -b 8000 -D -i ${EVENTS}"
echo $CMD
$CMD

Expand Down

0 comments on commit e6962d9

Please sign in to comment.