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 #9 from David Smith <dsmith at redhat dot com> 2011-12-16 20:44:41 UTC ---
For RHEL6 (2.6.32-131.12.1.el6.x86_64.debug) I now see the following output:

====
# stap -L '**' > /dev/null
semantic error: not accessible at this address (0xffffffff814483dc, dieoffset:
0x3c69de1): identifier '$dev' at
/usr/local/share/systemtap/tapset/networking.stp:159:29
        source:     dev_name = get_netdev_name($dev)
                                               ^
semantic error: not accessible at this address (0xffffffff814483dc, dieoffset:
0x3c69dd8): identifier '$flags' at :160:10
        source:     flags = $flags
                            ^
semantic error: unresolved type : identifier 'flags' at :160:2
        source:     flags = $flags
====

The above set of errors is describe more fully in comment #3 and is caused by
systemtap being unable to find inlined function arguments.

This is probably as good as we can get for this kernel.

-- 
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]