[Bug translator/13284] New: failure to resolve kernel global e.g. jiffies
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Oct 12 16:21:00 GMT 2011
http://sourceware.org/bugzilla/show_bug.cgi?id=13284
Bug #: 13284
Summary: failure to resolve kernel global e.g. jiffies
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
AssignedTo: systemtap@sourceware.org
ReportedBy: fche@redhat.com
Classification: Unclassified
riel reports:
stap -vp2 -e 'probe kernel.function("schedule_timeout") { println($jiffies)}'
Pass 1: parsed user script and 83 library script(s) using
205236virt/28136res/2824shr kb, in 250usr/30sys/278real ms.
semantic error: failed to retrieve location attribute for local 'jiffies'
(dieoffset: 0x7cb91f): identifier '$jiffies' at <input>:1:53
source: probe kernel.function("schedule_timeout") { println($jiffies)}
^
Note that the variable itself resolves, just misses location list info, which
is
kind of natural since it's a global.
--
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