]> 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 57d59f890840b7db2b6e51ccff3ef4dbc22cd65c..9f9633d2d4666f94e41411d427402279a59ca62d 100755 (executable)
@@ -31,7 +31,7 @@ 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]\+ //' \