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/5686] New: automagic printing of global arrays


It would be a convenient effort-saving device to have the translator
synthesize simple foreach/print loops for arrays that are "forgotten":
only written to.  Then a single-liner script could be used for simple
reports:

probe timer.profile { hotfuncs[execname(), probefunc()] <<< 1 }

In the same vein, we could have the translator automatically declare
arrays like hotfuncs as global (with a warning).

-- 
           Summary: automagic printing of global arrays
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


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

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