> DTracers,
> 
> Do you know how to fix the failure in the last command ?
> 
> 
> # dtrace -A -n 'BEGIN {trace(cl_orb`__1cIorb_confMcurrent_node_.ndid); 
> exit(0);}'
> dtrace: invalid probe specifier BEGIN 
> {trace(cl_orb`__1cIorb_confMcurrent_node_.ndid); exit(0);}: relocation 
> remains against loadable kernel symbol 
> cl_orb`__1cIorb_confMcurrent_node_ (offset 0x1)

This does not seem possible as currently there is no runtime kernel
symbol relocation support in the dtrace (7D). More specifically,
dof sections of type DOF_SECT_KRELHDR needs to be handled for this
to work, imo.

Thanks
Bhaskar

_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to