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 translator/13284] New: failure to resolve kernel global e.g. jiffies


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.


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