History log of /netbsd-src/sys/modules/dtrace/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# d25e0fed 25-Apr-2021 christos <christos@NetBSD.org>

Handle mipsn64


# 334c5f7a 10-Apr-2021 simonb <simonb@NetBSD.org>

Build the netbsd32_syscall module if mips64.
Don't build the linux_syscall module if mips*


# 307174c6 04-Dec-2019 martin <martin@NetBSD.org>

Add syscall_linux back for other arm architectures (accidently removed
in previous)


# 37d677e0 03-Dec-2019 jmcneill <jmcneill@NetBSD.org>

dtrace: add support for aarch64


# 48bfb0f7 08-Mar-2015 christos <christos@NetBSD.org>

dtrace syscall for linux32


# 17b686e2 07-Mar-2015 christos <christos@NetBSD.org>

Add syscall provider build glue, unhooked.


# 11c69f2d 02-Dec-2012 chs <chs@NetBSD.org>

adapt the cyclic module and profile dtrace provider to netbsd.
for now, just hook the cyclic callback into hardclock().


# f6bf8007 12-Mar-2010 darran <darran@NetBSD.org>

DTrace: Add the Function Boundary Trace (FBT) provider moduile. This
module instruments every function in the kernel with entry and exit
probes. These probes are true zero-effect probes in that th

DTrace: Add the Function Boundary Trace (FBT) provider moduile. This
module instruments every function in the kernel with entry and exit
probes. These probes are true zero-effect probes in that they don't
exist in the code until they are enabled. The probes are enabled by
directly patching the function entry and exit points to make jumps into
the dtrace framework.
This gives us over 29,000 trace points in the kernel.

show more ...


# 6a9056a9 01-Mar-2010 darran <darran@NetBSD.org>

DTrace: Add an SDT (Statically Defined Tracing) provider framework, and
implement most of the proc provider. Adds proc:::create, exec,
exec_success, exec_faillure, signal_send, signal_discard, signa

DTrace: Add an SDT (Statically Defined Tracing) provider framework, and
implement most of the proc provider. Adds proc:::create, exec,
exec_success, exec_faillure, signal_send, signal_discard, signal_handle,
lwp_create, lwp_start, lwp_exit.

show more ...


# f8028346 21-Feb-2010 darran <darran@NetBSD.org>

DTrace: add the dtrace module.