public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/13284] New: failure to resolve kernel global e.g. jiffies
@ 2011-10-12 16:21 fche at redhat dot com
  2011-10-12 17:23 ` [Bug translator/13284] " riel at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fche at redhat dot com @ 2011-10-12 16:21 UTC (permalink / raw)
  To: systemtap

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-18 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-12 16:21 [Bug translator/13284] New: failure to resolve kernel global e.g. jiffies fche at redhat dot com
2011-10-12 17:23 ` [Bug translator/13284] " riel at redhat dot com
2011-10-18 12:05 ` mjw at redhat dot com
2011-10-18 12:45 ` mjw at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).