The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v3 0/3] tracing: signaling large duration and delay
@ 2014-11-17  0:41 byungchul.park
  2014-11-17  0:41 ` [PATCH v3 1/3] tracing, function_graph: fix micro seconds notation in comment byungchul.park
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: byungchul.park @ 2014-11-17  0:41 UTC (permalink / raw)
  To: rostedt, mingo; +Cc: linux-kernel, seungho1.park, jolsa, Byungchul Park

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

Changes from v2 to v3
* use inline function instead of macro
* enhance readablity

Changes from v1 to v2
* 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 (3):
  tracing, function_graph: fix micro seconds notation in comment
  tracing, function_graph: add additional marks to signal very large
    function execution time
  tracing: add additional marks to signal very large delay

 Documentation/trace/ftrace.txt       |   10 +++++++---
 kernel/trace/trace.h                 |   19 +++++++++++++++++++
 kernel/trace/trace_functions_graph.c |   28 ++++++++++++++++++----------
 kernel/trace/trace_output.c          |   20 +++++++++++++++-----
 4 files changed, 59 insertions(+), 18 deletions(-)

-- 
1.7.9.5


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17  0:41 [PATCH v3 0/3] tracing: signaling large duration and delay byungchul.park
2014-11-17  0:41 ` [PATCH v3 1/3] tracing, function_graph: fix micro seconds notation in comment byungchul.park
2014-11-17  0:41 ` [PATCH v3 2/3] tracing, function_graph: add additional marks to signal very large function execution time byungchul.park
2014-11-17  7:58   ` Namhyung Kim
2014-11-17  8:11     ` Byungchul Park
2014-11-17 13:19   ` Steven Rostedt
2014-11-17  0:41 ` [PATCH v3 3/3] tracing: add additional marks to signal very large delay byungchul.park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox