]> git.cworth.org Git - apitrace/blobdiff - scripts/tracediff.sh
Move trace dumping to a separate module. Add option to not dump arg names.
[apitrace] / scripts / tracediff.sh
index b3b9220f86c80c1aa3283da2212fa7fb85264eb0..9f9633d2d4666f94e41411d427402279a59ca62d 100755 (executable)
 
 set -e
 
-APITRACE=${APITRACE:-`dirname "$0"`/../apitrace}
+APITRACE=${APITRACE:-apitrace}
 
 $APITRACE dump
 
 stripdump () {
-    $APITRACE dump --color=never "$1" \
+    $APITRACE dump --color=never --no-arg-names "$1" \
     | sed \
         -e 's/\r$//g' \
         -e 's/^[0-9]\+ //' \