From: Oleg Nesterov Date: Sat, 19 Oct 2013 16:18:28 +0000 (+0200) Subject: hung_task debugging: Add tracepoint to report the hang X-Git-Tag: v3.13-rc1~91^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a716c90a51338009c3bc1f460829afaed8f922d;p=pandora-kernel.git hung_task debugging: Add tracepoint to report the hang Currently check_hung_task() prints a warning if it detects the problem, but it is not convenient to watch the system logs if user-space wants to be notified about the hang. Add the new trace_sched_process_hang() into check_hung_task(), this way a user-space monitor can easily wait for the hang and potentially resolve a problem. Signed-off-by: Oleg Nesterov Cc: Dave Sullivan Cc: Peter Zijlstra Cc: Steven Rostedt Link: http://lkml.kernel.org/r/20131019161828.GA7439@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed