DTrace
The following are known DTrace issues:
-
Argument declarations with USDT probe definitions cannot be declared with derived types such as
enum
,struct
, orunion
. -
The following compiler warning can be ignored for USDT 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 might not have accurate symbol resolution for symbols introduced bydlopen()
. (Bug ID 20045149)