Skip to content

hadrian: support building dtrace probes

Ben Gamari requested to merge wip/dtrace into master

Here we:

  • fix DTrace support in the RTS, which regressed due to the thread label changes a few months back
  • implements support in Hadrian
  • introduces support on Linux platforms via SystemTap.

Fixes #18133.

Builds upon work from @duog and @adamse .

Edited by Ben Gamari

Merge request reports