This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/13186] systemtap does not correctly point out offending structure when accidentally dereferencing a structure as a string


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]