opnsense-src/sys/cddl/dev/dtrace/aarch64
Mark Johnston 5f05bda607 DTrace aarch64: Avoid calling unwind_frame() in the probe context.
unwind_frame() may be instrumented by FBT, leading to recursion into
dtrace_probe(). Manually inline unwind_frame() as we do with stack
unwinding code for other architectures.

Submitted by:	Domagoj Stolfa
Reviewed by:	manu
MFC after:	1 week
Sponsored by:	DARPA / AFRL
Differential Revision:	https://reviews.freebsd.org/D15359
2018-05-12 15:35:26 +00:00
..
dtrace_asm.S Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
dtrace_isa.c DTrace aarch64: Avoid calling unwind_frame() in the probe context. 2018-05-12 15:35:26 +00:00
dtrace_subr.c Corrected misspelled versions of rendezvous. 2017-04-09 02:00:03 +00:00
regset.h