freebsd-dev/sys/cddl/dev/dtrace
Andrew Turner b792434150 Create sys/reg.h for the common code previously in machine/reg.h
Move the common kernel function signatures from machine/reg.h to a new
sys/reg.h. This is in preperation for adding PT_GETREGSET to ptrace(2).

Reviewed by:	imp, markj
Sponsored by:	DARPA, AFRL (original work)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D19830
2021-08-30 12:50:53 +01:00
..
aarch64 Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
amd64 Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
arm Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
i386 Fix syntax 2020-12-01 23:51:48 +00:00
mips Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
powerpc Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
riscv Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
x86
dtrace_anon.c
dtrace_cddl.h Fix a tracepoint lookup race in fasttrap_pid_probe(). 2019-02-21 22:54:17 +00:00
dtrace_debug.c
dtrace_hacks.c
dtrace_ioctl.c
dtrace_load.c dtrace: use %zu format specifier for data of size_t type 2021-08-09 00:27:04 +03:00
dtrace_modevent.c
dtrace_sysctl.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
dtrace_test.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
dtrace_unload.c
dtrace_vtime.c