This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug tapsets/11209] New: Provide an alternative time tapset
- From: "jistone at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 21 Jan 2010 22:36:14 -0000
- Subject: [Bug tapsets/11209] New: Provide an alternative time tapset
- Reply-to: sourceware-bugzilla at sourceware dot org
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.