Commit-ID: 5a5375977b721503e4d6b37ab8982902cd2d10b3 Gitweb: http://git.kernel.org/tip/5a5375977b721503e4d6b37ab8982902cd2d10b3 Author: Peter Zijlstra <pet...@infradead.org> AuthorDate: Mon, 5 Jan 2015 11:18:12 +0100 Committer: Ingo Molnar <mi...@kernel.org> CommitDate: Wed, 14 Jan 2015 13:34:22 +0100
sched/debug: Print rq->clock_task We seem to have forgotten adding it to the debug output like forever... do so now. Signed-off-by: Peter Zijlstra (Intel) <pet...@infradead.org> Link: http://lkml.kernel.org/r/20150105103554.495253...@infradead.org Cc: umgwanakikb...@gmail.com Cc: Linus Torvalds <torva...@linux-foundation.org> Signed-off-by: Ingo Molnar <mi...@kernel.org> --- kernel/sched/debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index 92cc520..8baaf85 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c @@ -305,6 +305,7 @@ do { \ PN(next_balance); SEQ_printf(m, " .%-30s: %ld\n", "curr->pid", (long)(task_pid_nr(rq->curr))); PN(clock); + PN(clock_task); P(cpu_load[0]); P(cpu_load[1]); P(cpu_load[2]); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/