[Bug translator/13261] New: syntax for global arrays activating map->wrap mode

fche at redhat dot com sourceware-bugzilla@sourceware.org
Wed Oct 5 16:23:00 GMT 2011


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

             Bug #: 13261
           Summary: syntax for global arrays activating map->wrap mode
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com
    Classification: Unclassified


The runtime has partial support for wrapping maps, which don't overflow
but instead automagically delete some old entry.  This is activated by
setting map->wrap = 1 soon after initialization.  We don't have a
script-level syntax for this; perhaps:

    global foo%[100], bar%
              ^          ^ note the punctuation

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