public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/6977] New: Incorrect resolution of variables in function scope
@ 2008-10-24  5:40 prerna at linux dot vnet dot ibm dot com
  2008-10-24  5:53 ` [Bug translator/6977] " prerna at linux dot vnet dot ibm dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: prerna at linux dot vnet dot ibm dot com @ 2008-10-24  5:40 UTC (permalink / raw)
  To: systemtap

The following script fails when run on a NUMA machine :
probe kernel.function("get_page_from_freelist")
{
        printf("zone_reclaim_mode = %x\n", $zone_reclaim_mode);
}

Error :
semantic error: failed to retrieve location attribute for local
'zone_reclaim_mode' (dieoffset: 0xzone_reclaim_mode): identifier
'$zone_reclaim_mode' at scripts/zrm.stp:5:44
source:         printf("zone_reclaim_mode = %x\n", $zone_reclaim_mode)
                                                           ^

-- 
           Summary: Incorrect resolution of variables in function scope
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: prerna at linux dot vnet dot ibm dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=6977

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <bug-6977-6586@http.sourceware.org/bugzilla/>]

end of thread, other threads:[~2015-10-14 21:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-24  5:40 [Bug translator/6977] New: Incorrect resolution of variables in function scope prerna at linux dot vnet dot ibm dot com
2008-10-24  5:53 ` [Bug translator/6977] " prerna at linux dot vnet dot ibm dot com
2008-10-24  6:34 ` prerna at linux dot vnet dot ibm dot com
2008-10-24  8:10 ` prerna at linux dot vnet dot ibm dot com
     [not found] <bug-6977-6586@http.sourceware.org/bugzilla/>
2015-10-14 21:37 ` fche 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).