The intent of the DSKI debug interface is to provide a replacement for naked printks within the kernel and to route debugging information to datastreams.
To use DSKI debug, place a declaration for the debugging event in a .c file.
DSTRM_DEBUG_DECL(<gname>, <ename>)
It is similar to printk in usage.
DSTRM_DEBUG(<gname>, <ename>, <format>, <arg>...)
These events can be anbled in a dski configuration file to turn on debugging.