lkml.org 
[lkml]   [2008]   [Jan]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 17/20 -v5] Add marker in try_to_wake_up
Add markers into the wakeup code, to allow the tracer to
record wakeup timings.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
---
kernel/sched.c | 4 ++++
1 file changed, 4 insertions(+)

Index: linux-mcount.git/kernel/sched.c
===================================================================
--- linux-mcount.git.orig/kernel/sched.c 2008-01-23 10:27:28.000000000 -0500
+++ linux-mcount.git/kernel/sched.c 2008-01-23 10:27:45.000000000 -0500
@@ -1633,6 +1633,10 @@ out_set_cpu:

out_activate:
#endif /* CONFIG_SMP */
+ trace_mark(kernel_sched_wakeup,
+ "p %p rq->curr %p",
+ p, rq->curr);
+
schedstat_inc(p, se.nr_wakeups);
if (sync)
schedstat_inc(p, se.nr_wakeups_sync);
--


\
 
 \ /
  Last update: 2008-01-23 17:09    [W:0.127 / U:21.844 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site