When trying to use dtrace to investigate ZFS write performance, an important
probe point is not usable because it has been inlined by the compiler.
I am guessing this doesn't happen on IllumOS because they use GCC.
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200316
Submitted by: Lacey Powers <lacey.leanne@gmail.com>