[dtrace-discuss] What is this error in dtrace?
Peter Shoults
Peter.Shoults at Sun.COM
Mon Nov 16 13:26:05 PST 2009
I just installed S10 with KJP 137137-09, and go to run this script:
t6320-0813BD00CC # cat test.d
#!/usr/sbin/dtrace -s
::crypto_open_session:entry
{
printf("made it here");
}
And it fails with this error, and I simply can not get this one -
install looks like it went fine, and pkgchk came back clean on SUNWdtrc
t6320-0813BD00CC # ./test.d
dtrace: failed to compile script ./test.d: "/usr/lib/dtrace/procfs.d",
line 314: cl_name is not a member of struct cpu
I know cl_name is not a member of struct cpu, so why is it saying it
is...anyone seen anything like that?
More information about the dtrace-discuss
mailing list