Backtraces for fbt probes are missing the caller's frame. Despite what
the comment claims, we do need to insert this manually. In fbt_invop(),
set cpu_dtrace_caller to be the return address, not addr.
We should not increment aframes within this function, since we begin the
main loop by unwinding past the current frame.
Plus some very small comment/style tweaks.