saurabh
2007-Oct-11 13:46 UTC
[dtrace-discuss] getting string argument passwd to the function in dtrace
Hi I am running dtrace for a keeping track of how many times a function is called. I am able to do it but I am not able to get the string argument passed to the function in dtrace. Although I am able to get the integer argument properly. Can any one help me on this?? Regards, Saurabh -- This message posted from opensolaris.org
Rayson Ho
2007-Oct-11 16:51 UTC
[dtrace-discuss] getting string argument passwd to the function in dtrace
Did you use copyin()?? http://docs.sun.com/app/docs/doc/817-6223/6mlkidlmf?a=view Rayson On 10/11/07, saurabh <saurabh_verma81 at yahoo.co.in> wrote:> Hi > I am running dtrace for a keeping track of how many times a function is called. I am able to do it but I am not able to get the string argument passed to the function in dtrace. > > Although I am able to get the integer argument properly. > > Can any one help me on this?? > > Regards, > Saurabh > > > -- > This message posted from opensolaris.org > _______________________________________________ > dtrace-discuss mailing list > dtrace-discuss at opensolaris.org >