From e137d3e0cc26fa9bd0abf9c93f273405d3262454 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 30 Sep 2015 22:01:06 +0000 Subject: Import the dtrace toolkit from FreeBSD; simple scripts such as dtruss work unmodified. For others we'll need to add the missing probes and adjust. This is not attached to the build. --- .../dist/Code/JavaScript/func_clock.html | 39 ++++++++++++++++++++++ .../dist/Code/JavaScript/func_slow.html | 31 +++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 external/cddl/dtracetoolkit/dist/Code/JavaScript/func_clock.html create mode 100644 external/cddl/dtracetoolkit/dist/Code/JavaScript/func_slow.html (limited to 'external/cddl/dtracetoolkit/dist/Code/JavaScript') diff --git a/external/cddl/dtracetoolkit/dist/Code/JavaScript/func_clock.html b/external/cddl/dtracetoolkit/dist/Code/JavaScript/func_clock.html new file mode 100644 index 00000000000..c25610b30f2 --- /dev/null +++ b/external/cddl/dtracetoolkit/dist/Code/JavaScript/func_clock.html @@ -0,0 +1,39 @@ + + +func_clock, JavaScript + + + +
+ + diff --git a/external/cddl/dtracetoolkit/dist/Code/JavaScript/func_slow.html b/external/cddl/dtracetoolkit/dist/Code/JavaScript/func_slow.html new file mode 100644 index 00000000000..14fdfda3870 --- /dev/null +++ b/external/cddl/dtracetoolkit/dist/Code/JavaScript/func_slow.html @@ -0,0 +1,31 @@ + +func_slow, JavaScript + + + + -- cgit