The document discusses experimental extensions to the DTrace dynamic tracing tool, called XD. XD aims to add control flow constructs like if/else statements and while loops to the DTrace probe language for increased expressiveness. It describes how these extensions are implemented by transforming the XD script into equivalent DTrace code. Issues around integrating XD features like entry-> variables and callers[] predicates into the core DTrace language are also covered.