[Bug tapsets/13501] Some arguments for 'stap -L "*, *.*, *.*.*" ' probe points not found
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Dec 15 19:14:00 GMT 2011
http://sourceware.org/bugzilla/show_bug.cgi?id=13501
--- Comment #5 from David Smith <dsmith at redhat dot com> 2011-12-15 18:34:16 UTC ---
The next set of errors can be seen by the following:
====
# stap -L 'sunrpc.clnt.create_client'
semantic error: unresolved type : identifier 'args' at
/usr/local/share/systemtap/tapset/rpc.stp:175:3
source: args = __rpc_create_args[tid()]
====
When we can't find the 'args' parameter of
kernel.function("rpc_new_client").inline, we used a cached copy that is in the
__rpc_create_args global. This error means we can't figure out what type
__rpc_create_args is.
I'm unsure of how to fix this one.
--
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