Skip to content

Commit

Permalink
Updating dtrace script, removing jsdoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Dec 20, 2015
1 parent b20147c commit 1283b4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
23 changes: 0 additions & 23 deletions docstrap.json

This file was deleted.

1 change: 0 additions & 1 deletion dtrace.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

sudo dtrace -Z -n 'tenso*:::allowed{ trace(copyinstr(arg0)); trace(copyinstr(arg1)); trace(copyinstr(arg2)); trace(arg3); }' \
-n 'tenso*:::allows{ trace(copyinstr(arg0)); trace(copyinstr(arg1)); trace(arg2); }' \
-n 'tenso*:::compress{ trace(copyinstr(arg0)); trace(copyinstr(arg1)); trace(arg2); }' \
-n 'tenso*:::compression{ trace(copyinstr(arg0)); trace(arg1); }' \
-n 'tenso*:::error{ trace(copyinstr(arg0)); trace(copyinstr(arg1)); trace(arg2); trace(copyinstr(arg3)); trace(arg4); }' \
Expand Down

0 comments on commit 1283b4a

Please sign in to comment.