lkml.org 
[lkml]   [2008]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 12/23 -v8] Add context switch marker to sched.c
    Add marker into context_switch to record the prev and next tasks.

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

    Index: linux-mcount.git/kernel/sched.c
    ===================================================================
    --- linux-mcount.git.orig/kernel/sched.c 2008-01-30 14:36:00.000000000 -0500
    +++ linux-mcount.git/kernel/sched.c 2008-01-30 15:25:31.000000000 -0500
    @@ -2198,6 +2198,8 @@ context_switch(struct rq *rq, struct tas
    struct mm_struct *mm, *oldmm;

    prepare_task_switch(rq, prev, next);
    + trace_mark(kernel_sched_schedule,
    + "prev %p next %p", prev, next);
    mm = next->mm;
    oldmm = prev->active_mm;
    /*
    --


    \
     
     \ /
      Last update: 2008-01-30 22:11    [W:4.392 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site