Re: [PATCH] trace-cmd: annotate function durations like the kernel

2015-08-03 Thread Steven Rostedt
On Wed, 29 Jul 2015 10:20:15 -0700 Omar Sandoval wrote: > On Mon, Jul 13, 2015 at 02:43:19PM -0400, Steven Rostedt wrote: > > On Wed, 24 Jun 2015 11:36:54 -0700 > > Omar Sandoval wrote: > > > > > Since kernel commit, 8e1e1df29d83 ("tracing: Add additional marks to > > > signal very large time d

Re: [PATCH] trace-cmd: annotate function durations like the kernel

2015-07-29 Thread Omar Sandoval
On Mon, Jul 13, 2015 at 02:43:19PM -0400, Steven Rostedt wrote: > On Wed, 24 Jun 2015 11:36:54 -0700 > Omar Sandoval wrote: > > > Since kernel commit, 8e1e1df29d83 ("tracing: Add additional marks to > > signal very large time deltas") the kernel annotates durations longer > > than 1000 usecs with

Re: [PATCH] trace-cmd: annotate function durations like the kernel

2015-07-13 Thread Steven Rostedt
On Wed, 24 Jun 2015 11:36:54 -0700 Omar Sandoval wrote: > Since kernel commit, 8e1e1df29d83 ("tracing: Add additional marks to > signal very large time deltas") the kernel annotates durations longer > than 1000 usecs with # and longer than 1 sec with $. Update trace-cmd > report to be consistent

[PATCH] trace-cmd: annotate function durations like the kernel

2015-06-24 Thread Omar Sandoval
Since kernel commit, 8e1e1df29d83 ("tracing: Add additional marks to signal very large time deltas") the kernel annotates durations longer than 1000 usecs with # and longer than 1 sec with $. Update trace-cmd report to be consistent with it. Signed-off-by: Omar Sandoval --- Just a minor cosmetic