Changelog for DTrace |
Release |
What has changed? |
1.0.3 |
Added .map file to workaround a bug in dtrace.
Tested only with gcc; it may not build with the SUN cc.
Both probes have the following signatures:
arg0 = the function name
arg1 = the filename
arg2 = the line number
arg3 = classname (or an empty string)
arg4 = object/class operator (::, ->, or an empty string)
|
1.0.2 |
Added .map file to workaround a bug in dtrace.
Tested only with gcc; it may not build with the SUN cc.
Both probes have the following signatures:
arg0 = the function name
arg1 = the filename
arg2 = the line number
|
1.0.1 |
Seems to have problems instrumenting when run under apache.
Offers two probes: function-entry and function-return.
|
1.0.0 |
|