Re: Structured output?

2014-02-03 Thread Philippe Ombredanne
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

[PATCH v2] Decode dynamic posix clocks.

2014-02-03 Thread Stefan Sørensen
* 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

Re: Structured output?

2014-02-03 Thread Zev Weiss
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