DTrace
-
Argument declarations for probe definitions cannot be declared with derived types such as
enum,struct, orunion. -
The following compiler warning can be ignored for probe definition arguments of type
string(which is a D type but not a C type):provider_def.h:line#: warning: parameter names (without types) in function declaration
-
Multi-threaded processes under
ustack(),usym(),uaddr()andumod()which performdlopen()in threads other than the first thread may not have accurate symbol resolution for symbols introduced by thedlopen(). (Bug ID 20045149)