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/13261] New: syntax for global arrays activating map->wrap mode


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.


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