Home | History | Annotate | Download | only in oprofile
      1 #!/bin/sh
      2 
      3 # Source common stuff.
      4 . `cd $(dirname "$0");pwd`/common
      5 
      6 opannotate --assembly --session-dir="$OPROFILE_SESSION_DIR" "$shell_exec" "$@"
      7 
      8