Is there a list anywhere of the DTrace FBT provider calls for each version of Solaris since the Nevada build that hosed the DTrace Toolkit. I have no issue with rewriting what I need, but I am hoping to stave off having to look at all the source code to find everything. I know there is a new provider under development, but I need to be able to program DTrace routines for all the updates in between. I am sure this has been discussed to death, which I have seen some posts about, but I have not seen a version by version list of the additions/deletions to the provider as maintained in the versions. However unstable the provider maybe I am hoping such a list exists. Paul _________________________________________________________________ Express your personality in color! Preview and select themes for Hotmail?. http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TXT_MSGTX_WL_HM_express_032009#colortheme -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/dtrace-discuss/attachments/20090309/939b356a/attachment.html>
Is there a list anywhere of the DTrace FBT provider calls for each version of Solaris since the Nevada build that hosed the DTrace Toolkit. I have no issue with rewriting what I need, but I am hoping to stave off having to look at all the source code to find everything. I know there is a new provider under development, but I need to be able to program DTrace routines for all the updates in between. I am sure this has been discussed to death, which I have seen some posts about, but I have not seen a version by version list of the additions/deletions to the provider as maintained in the versions. However unstable the provider maybe I am hoping such a list exists. Paul -- This message posted from opensolaris.org
Hi Paul,> Is there a list anywhere of the DTrace FBT provider calls for each version of Solaris since the Nevada build that hosed the DTrace Toolkit. I have no issue with rewriting what I need, but I am hoping to stave off having to look at all the source code to find everything. I know there is a new provider under development, but I need to be able to program DTrace routines for all the updates in between. I am sure this has been discussed to death, which I have seen some posts about, but I have not seen a version by version list of the additions/deletions to the provider as maintained in the versions. However unstable the provider maybe I am hoping such a list exists.The Function Boundary Tracing (fbt) provider exports probes for the function entry and return points in the running kernel that it can safely instrument. The list of probes that it can make available will therefore vary greatly depending upon what modules are loaded and what version of these modules are loaded at any given time. So, to answer your question; no, a list of fbt based probes doesn''t exist. There are a bunch of people on the alias that have a lot of experience with the toolkit. If you posted some details on what script is broken for you and what version of Solaris you''re running on, possibly someone may be able to help. Jon.