dtrace: correct the aframes value for fbt provider
Set the number of artificial frames to 5:
- cpu_exception_handler_supervisor()
- do_trap_supervisor()
- dtrace_invop_start()
- dtrace_invop()
- fbt_invop()
Reviewed by: markj
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D37663