opnsense-src/sys/cddl/dev/dtrace
Christos Margiolis 22508c8b6c dtrace: cache current probe in kdtrace_thread_t
Needed by the forthcoming RISC-V and ARM64 ports.

Reviewed by:	markj
Approved by:	markj (mentor)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D40872
2023-07-04 18:37:55 +03:00
..
aarch64 dtrace/arm64: Fix user memory access routines 2023-06-15 12:39:21 -04:00
amd64 dtrace: rename rp to frame in dtrace_getreg() 2023-05-23 17:44:47 +03:00
arm dtrace: rename rp to frame in dtrace_getreg() 2023-05-23 17:44:47 +03:00
i386 dtrace: rename rp to frame in dtrace_getreg() 2023-05-23 17:44:47 +03:00
powerpc dtrace: rename rp to frame in dtrace_getreg() 2023-05-23 17:44:47 +03:00
riscv dtrace: deduplicate some RISC-V functions 2023-05-30 18:07:18 +03:00
x86 dtrace: export dtrace_dis_get_byte() 2023-05-22 23:21:25 +03:00
dtrace_anon.c
dtrace_cddl.h dtrace: cache current probe in kdtrace_thread_t 2023-07-04 18:37:55 +03: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 Fix DTrace's panic() action. 2015-04-24 03:19:30 +00:00
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 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 dtrace: add a knob to control maximum size of principal buffers 2022-01-11 15:47:50 +02: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 Adjust dtrace_unload() definition to avoid clang 15 warning 2022-07-19 20:48:47 +02:00
dtrace_vtime.c