History log of /src/sys/kern/kern_sdt.c |
Revision | | Date | Author | Comments |
1.4 |
| 29-Jun-2024 |
riastradh | sys/sdt.h: Define SET_ERROR(err) macro in sys/sdt.h.
err must be an errno(3) EFOO constant. SET_ERROR(err) yields err, with a dtrace probe sdt:::set-error(err), so you have a better chance of finding where EFOO first turned up in some twisty maze of kernel logic.
Don't limit this to the opensolaris source compat layer -- this will enable us to use it throughout the regular kernel sources, not just zfs.
PR kern/58378
XXX kernel revbump -- moves sdt:::set-error probe symbol definition from solaris.kmod to main netbsd kernel
|
1.3 |
| 04-Apr-2016 |
knakahara | fix inconsistency about "sdt" provider which was declared but not defined.
|
1.2 |
| 02-Oct-2015 |
christos | Change SDT (Statically Defined Tracing) probes to use link sets so that it is easier to add probes. (From FreeBSD)
|
1.1 |
| 01-Mar-2010 |
darran | branches: 1.1.2; 1.1.6; 1.1.24; 1.1.42; 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.
|
1.1.42.2 |
| 22-Apr-2016 |
skrll | Sync with HEAD
|
1.1.42.1 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.1.24.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.6.2 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.1.6.1 |
| 01-Mar-2010 |
uebayasi | file kern_sdt.c was added on branch uebayasi-xip on 2010-04-30 14:44:10 +0000
|
1.1.2.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.1.2.1 |
| 01-Mar-2010 |
yamt | file kern_sdt.c was added on branch yamt-nfs-mp on 2010-03-11 15:04:17 +0000
|