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 tapsets/13501] Some arguments for 'stap -L "*, *.*, *.*.*" ' probe points not found


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.


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