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/2115] New: support some function calls on maps


Systemtap does not recognize maps as a type so they cannot be passed to
functions. However, there are a number of functions that need to operate on maps
that must be recognized by the translator.  Using foreach as the method of doing
all map operations is too limiting.

The needed functions are:
sort, printa, normalize, and clear

These would need to simply call the runtime with the proper parameters.

-- 
           Summary: support some function calls on maps
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: hunt at redhat dot com


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

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


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