On Mon, Feb 3, 2014 at 9:15 AM, Zev Weiss wrote:
> I'm not sure how much use it'd be in another context, but for what it's worth
> I've written a partial parser for its current output format (assuming a few
> flags, 'strace -fqtttTv' basically) for a project of mine, a trace replayer
> called ART
* time.c (printclockname): New function that decodes posix clock
names, including dynamic fd encoded clocks. Replace clock name
printing with call to this.
Signed-off-by: Stefan Sørensen
---
Changes from v1:
* Also handle CPUCLOCK_* style dynamic clocks.
time.c | 44
I'm not sure how much use it'd be in another context, but for what it's worth
I've written a partial parser for its current output format (assuming a few
flags, 'strace -fqtttTv' basically) for a project of mine, a trace replayer
called ARTC: https://research.cs.wisc.edu/wind/Software/artc/
So