Displaying 2 results from an estimated 2 matches for "joshu".
Did you mean:
joshua
2007 May 13
1
provider for Macros!
Hi,
Was just wondering if there is any provider for Macros like we have pid provider for function calls?
Thanks,
Neelam
--
This message posted from opensolaris.org
2007 May 14
2
how to do tracing in user process.
Hello,
I wanted to enable tracing in user process.
but following example from guide is not working.
pid$1::$2:entry
{
self->trace = 1;
}
pid$1::$2:return
/self->trace/
{
self->trace = 0;
}
pid$1:::entry,
pid$1:::return
/self->trace/
{
}
I am getting error like invalid probe description ..... undefined macro variable in probe description.
pid$target:user lib:user function:entry