diff --git a/source/development/how-tos/dtrace.rst b/source/development/how-tos/dtrace.rst index e0e30da7..11fc7e3a 100755 --- a/source/development/how-tos/dtrace.rst +++ b/source/development/how-tos/dtrace.rst @@ -150,7 +150,7 @@ If you run the following command: .. code-block:: sh - # dtrace -n uiomove:entry'{ @[stack] = count(); }' + # dtrace -n 'uiomove:entry{ @[stack()] = count(); }' Let it run for a while, and exit using :code:`CTRL-C`