(nothing more than the question in the subject line).
The answer is "in the normal unix way", e.g
strace -o /tmp/ls.trace ls -l
^^^^^^ The strace command
^^^^^^^^^^^^^^^^ options for strace
^^ The command to be traced
^^ options for the command being traced