Re: [PATCH] ftrace: add tracing_thresh to function profile

2015-07-16 Thread Steven Rostedt
On Mon, 22 Jun 2015 16:58:08 +0530 Umesh Tiwari wrote: > From: Himanshu Maithani > > This patch extends tracing_thresh functionality to function profile tracer. > If tracing_thresh is set, print those entries only, > whose average is > tracing thresh. > > Signed-off-by: Umesh Tiwari > --- >

Re: [PATCH] ftrace: add tracing_thresh to function profile

2015-07-16 Thread Steven Rostedt
On Mon, 22 Jun 2015 16:58:08 +0530 Umesh Tiwari umes...@samsung.com wrote: From: Himanshu Maithani himansh...@samsung.com This patch extends tracing_thresh functionality to function profile tracer. If tracing_thresh is set, print those entries only, whose average is tracing thresh.

Re: [PATCH] ftrace: add tracing_thresh to function profile

2015-07-13 Thread Steven Rostedt
On Mon, 22 Jun 2015 16:58:08 +0530 Umesh Tiwari wrote: > From: Himanshu Maithani > > This patch extends tracing_thresh functionality to function profile tracer. > If tracing_thresh is set, print those entries only, > whose average is > tracing thresh. > This should also have a Signed-off-by

Re: [PATCH] ftrace: add tracing_thresh to function profile

2015-07-13 Thread Steven Rostedt
On Mon, 22 Jun 2015 16:58:08 +0530 Umesh Tiwari umes...@samsung.com wrote: From: Himanshu Maithani himansh...@samsung.com This patch extends tracing_thresh functionality to function profile tracer. If tracing_thresh is set, print those entries only, whose average is tracing thresh. This

[PATCH] ftrace: add tracing_thresh to function profile

2015-06-22 Thread Umesh Tiwari
From: Himanshu Maithani This patch extends tracing_thresh functionality to function profile tracer. If tracing_thresh is set, print those entries only, whose average is > tracing thresh. Signed-off-by: Umesh Tiwari --- kernel/trace/ftrace.c | 10 -- 1 file changed, 8 insertions(+),

[PATCH] ftrace: add tracing_thresh to function profile

2015-06-22 Thread Umesh Tiwari
From: Himanshu Maithani himansh...@samsung.com This patch extends tracing_thresh functionality to function profile tracer. If tracing_thresh is set, print those entries only, whose average is tracing thresh. Signed-off-by: Umesh Tiwari umes...@samsung.com --- kernel/trace/ftrace.c | 10