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 tapsets/11209] New: Provide an alternative time tapset


For most scripts, I think the Epoch time provided by gettimeofday_s() is not
that relevant.  Most of the time, all that's needed are relative times from one
event to another, and any time source should be fine.

I suggest creating a new walltime tapset that uses whatever time source is most
convenient/efficient.  On newer kernels, an implementation backed by the
kernel's cpu_clock() may be a good choice.  Where no better option exists, we
can always fall back to gettimeofday automatically.

-- 
           Summary: Provide an alternative time tapset
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: jistone at redhat dot com


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

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