From: Namhyung Kim Date: Thu, 26 Dec 2013 05:37:57 +0000 (+0900) Subject: perf ui/tui: Protect windows by ui__lock X-Git-Tag: v3.14-rc1~171^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c743cf573e6974befe917ed4a36d42b39ef1ce0;p=pandora-kernel.git perf ui/tui: Protect windows by ui__lock Sometimes perf top TUI breaks display with concurrent help/input window and pr_* messages since they're not protected by ui__lock. You can check it by pressing (and not releasing) 'h' key on a "perf top -vvv" TUI session. Signed-off-by: Namhyung Kim Cc: David Ahern Cc: Ingo Molnar Cc: Jiri Olsa Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1388036284-32342-2-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed