freebsd-skq/sys/cddl/dev/dtrace
Mark Johnston 8593136428 Assert that dtrace_probe() doesn't re-enter itself.
This helps catch cases where an instrumented function is called while
in probe context.

Submitted by:	Domagoj Stolfa <domagoj.stolfa@gmail.com>
MFC after:	2 weeks
Sponsored by:	DARPA/AFRL
Differential Revision:	https://reviews.freebsd.org/D14863
2018-04-10 13:47:09 +00:00
..
aarch64 Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
amd64 Remove very old and unused signal information codes. 2018-03-27 20:57:51 +00:00
arm Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
i386 Remove very old and unused signal information codes. 2018-03-27 20:57:51 +00:00
mips Enable dtrace support for mips64 and the ERL kernel config 2017-09-06 03:19:52 +00:00
powerpc Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
riscv Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
x86 Sync the x86 dis_tables.c with upstream. 2017-02-03 03:22:47 +00:00
dtrace_anon.c
dtrace_cddl.h Assert that dtrace_probe() doesn't re-enter itself. 2018-04-10 13:47:09 +00:00
dtrace_debug.c Fix a backwards comparison in the code to dump a DTrace debug buffer. 2017-03-13 18:43:00 +00:00
dtrace_hacks.c
dtrace_ioctl.c Don't use pcpu_find() to determine if a CPU ID is valid. 2017-11-27 18:42:23 +00:00
dtrace_load.c Fix a harmless LOR in dtrace_load(). 2017-05-01 17:01:00 +00:00
dtrace_modevent.c
dtrace_sysctl.c Add tunable to disable destructive dtrace 2016-11-23 22:50:20 +00:00
dtrace_test.c
dtrace_unload.c
dtrace_vtime.c