[PATCH] ftrace-update-tracing_thresh-info

2015-07-21 Thread Umesh Tiwari
This patch updates the tracing_thresh information in ftrace documentation file(ftrace.txt). Signed-off-by: Umesh Tiwari --- Documentation/trace/ftrace.txt |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/trace/ftrace.txt b/Documentation/trace

[PATCH] ftrace-update-tracing_thresh-info

2015-07-21 Thread Umesh Tiwari
This patch updates the tracing_thresh information in ftrace documentation file(ftrace.txt). Signed-off-by: Umesh Tiwari umes...@samsung.com --- Documentation/trace/ftrace.txt |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/trace/ftrace.txt b

[PATCH v2] ftrace: add tracing_thresh to function profile

2015-07-16 Thread Umesh Tiwari
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 |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --

[PATCH v2] ftrace: add tracing_thresh to function profile

2015-07-16 Thread Umesh Tiwari
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 |9 +++-- 1 file changed, 7 insertions(+), 2

[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 inserti

[PATCH] ftrace: correct the counter increment for trace_buffer data

2015-06-22 Thread Umesh Tiwari
In ftrace_dump, for disabling buffer, iter.tr->trace_buffer.data is used. But for enabling, iter.trace_buffer->data is used. Even though, both point to same buffer, for readability, same convention should be used. Signed-off-by: Umesh Tiwari --- kernel/trace/trace.c |2 +- 1 file chan

[PATCH] ftrace: correct the counter increment for trace_buffer data

2015-06-22 Thread Umesh Tiwari
In ftrace_dump, for disabling buffer, iter.tr-trace_buffer.data is used. But for enabling, iter.trace_buffer-data is used. Even though, both point to same buffer, for readability, same convention should be used. Signed-off-by: Umesh Tiwari umes...@samsung.com --- kernel/trace/trace.c |2

[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