[Bug translator/13186] systemtap does not correctly point out offending structure when accidentally dereferencing a structure as a string
anish at chelsio dot com
sourceware-bugzilla@sourceware.org
Tue Sep 13 19:50:00 GMT 2011
http://sourceware.org/bugzilla/show_bug.cgi?id=13186
--- Comment #1 from Anish Bhatt <anish at chelsio dot com> 2011-09-13 19:50:03 UTC ---
Complete script as follows :
probe kernel.function("sysfs_create_group@fs/sysfs/group.c") {
printf("%s :
%s\n",thread_indent(1),kernel_string($kobj->dentry->d_name))
}
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list