From: Mike Travis Date: Mon, 23 Sep 2013 21:25:02 +0000 (-0500) Subject: x86/UV: Add summary of cpu activity to UV NMI handler X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~23^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c121d9a21dc16ef030ad6ca3ebb159b5726fab9;p=pandora-kernel.git x86/UV: Add summary of cpu activity to UV NMI handler The standard NMI handler dumps the states of all the cpus. This includes a full register dump and stack trace. This can be way more information than what is needed. This patch adds a "summary" dump that is basically a form of the "ps" command. It includes the symbolic IP address as well as the command field and basic process information. It is enabled when the nmi action is changed to "ips". Signed-off-by: Mike Travis Reviewed-by: Dimitri Sivanich Reviewed-by: Hedi Berriche Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo Cc: Jason Wessel Link: http://lkml.kernel.org/r/20130923212500.507922930@asylum.americas.sgi.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed