On Thu, May 22, 2008 at 10:31 AM, Sanjeev Bagewadi
<[EMAIL PROTECTED]> wrote:
> Shiv,
>
> This is a very interesting area :)
> I was looking at this option for a network tracing utility. But, realized
> that this is a generic problem.
>
> "dtrace -lv " gives out the details of the args for every probes. Now this
> can be narrowed down to what
> you want and it should be technically possible to generate the dtrace script
> dynamically.
>
Are there any conditions under which it provides the details. In my
case the entries where as below(provided for one of the functions):
------------------------------------------------------------------------------------
84452 pid763 a.out foo return
Probe Description Attributes
Identifier Names: Private
Data Semantics: Private
Dependency Class: Unknown
Argument Attributes
Identifier Names: Private
Data Semantics: Private
Dependency Class: Unknown
Argument Types
None
------------------------------------------------------------------------------------
I ran this test with the functions in a different libraries(assuming
the .so file might export some information) - a.out linking to
libexternal.so where the .so file had the functions implemented.
Result was no different.
I will keep a lookout for alternatives.
thanks
Shiv
_______________________________________________
dtrace-discuss mailing list
[email protected]