All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] tracing: signaling large duration and delay
@ 2014-11-20  0:15 byungchul.park
  2014-11-20  0:15 ` [PATCH v5 1/2] tracing, function_graph: fix micro seconds notation in comment byungchul.park
  2014-11-20  0:15 ` [PATCH v5 2/2] tracing: add additional marks to signal very large time byungchul.park
  0 siblings, 2 replies; 9+ messages in thread
From: byungchul.park @ 2014-11-20  0:15 UTC (permalink / raw)
  To: rostedt; +Cc: mingo, linux-kernel, seungho1.park, jolsa, Byungchul Park

From: Byungchul Park <byungchul.park@lge.com>

Changes since v4
* move implementing from .h to .c

Changes since v3
* re-position define macro and undef explicitly
* enhance readablity

Changes since v2
* use inline function instead of macro
* enhance readablity

Changes since v1
* update Document/trace/ftrace.txt
* seperate the implementation as a macro
* apply the implementation to delay printing, too

Hello.

When I analysis the exit_mm() function to find out the reason why the
function spends much time occasionally, this patch was very useful.
I thought this patch cannot be useful only for me, but can be also
useful for anybody who want to be signaled for very large function
execution time, so I decided to submit this patchset.

Nobody who have such a demand? :)

Thanks,
Byungchul.

Byungchul Park (2):
  tracing, function_graph: fix micro seconds notation in comment
  tracing: add additional marks to signal very large time

 Documentation/trace/ftrace.txt       |   10 +++++++---
 kernel/trace/trace.h                 |    2 ++
 kernel/trace/trace_functions_graph.c |   15 +++++----------
 kernel/trace/trace_output.c          |   35 +++++++++++++++++++++++++++++-----
 4 files changed, 44 insertions(+), 18 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-11-20 13:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20  0:15 [PATCH v5 0/2] tracing: signaling large duration and delay byungchul.park
2014-11-20  0:15 ` [PATCH v5 1/2] tracing, function_graph: fix micro seconds notation in comment byungchul.park
2014-11-20  0:50   ` Steven Rostedt
2014-11-20  0:15 ` [PATCH v5 2/2] tracing: add additional marks to signal very large time byungchul.park
2014-11-20  1:06   ` Steven Rostedt
2014-11-20  6:05     ` Namhyung Kim
2014-11-20  6:38       ` Byungchul Park
2014-11-20 13:49         ` Steven Rostedt
2014-11-20 13:46       ` Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.