The ctfconvert, ctfmerge and ctfdump tools for DTrace, required to build the XNU kernel. The main dtrace tool and libraries are not included, because these rely on an unpublished private framework.
The ctfconvert, ctfmerge and ctfdump tools for DTrace, required to build the XNU kernel. The main dtrace tool and libraries are not included, because these rely on an unpublished private framework.
To install dtrace, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dtrace
To see what files were installed by dtrace, run:
port contents dtrace
To later upgrade dtrace, run:
sudo port selfupdate && sudo port upgrade dtrace
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.