Module Name: src Committed By: riz Date: Sun Jun 9 01:13:47 UTC 2013
Modified Files: src/sys/kern: kern_exec.c kern_exit.c kern_fork.c kern_lwp.c kern_sig.c src/sys/sys: sdt.h Log Message: Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes can named the same as those on other platforms. For example, proc:::exec-success, not proc:::exec_success. Implementation follows the same basic principle as FreeBSD's; add another field to the SDT_PROBE_DEFINE macro which is the name as exposed to userland. To generate a diff of this commit: cvs rdiff -u -r1.360 -r1.361 src/sys/kern/kern_exec.c cvs rdiff -u -r1.242 -r1.243 src/sys/kern/kern_exit.c cvs rdiff -u -r1.191 -r1.192 src/sys/kern/kern_fork.c cvs rdiff -u -r1.174 -r1.175 src/sys/kern/kern_lwp.c cvs rdiff -u -r1.317 -r1.318 src/sys/kern/kern_sig.c cvs rdiff -u -r1.2 -r1.3 src/sys/sys/sdt.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.