opnsense-src/sys/cddl/dev/dtrace
Christos Margiolis cef2565587 dtrace: export dtrace_dis_get_byte()
kinst uses this function as well, but because it is not exported, it
implements its own copy of it. The patch also exposes the function to
userland, so programs that need to use dtrace_disx86() can use this
function instead of rolling their own copies.

Reviewed by:	markj
Approved by:	markj (mentor)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D39871
2023-05-22 23:21:25 +03:00
..
aarch64 dtrace: remove unused defines 2023-01-12 11:04:47 -04:00
amd64 dtrace: get rid of uchar_t types 2023-04-20 13:35:56 -04:00
arm dtrace: remove unused defines 2023-01-12 11:04:47 -04:00
i386 dtrace: get rid of uchar_t types 2023-04-20 13:35:56 -04:00
powerpc dtrace/powerpc: Remove accidental commented out line 2023-03-13 11:37:40 -04:00
riscv dtrace: add register bindings for RISC-V 2023-04-20 13:35:57 -04:00
x86 dtrace: export dtrace_dis_get_byte() 2023-05-22 23:21:25 +03:00
dtrace_anon.c
dtrace_cddl.h kinst: Initial revision 2022-10-11 18:19:08 -04: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 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