From: Arnaldo Carvalho de Melo Date: Mon, 24 May 2010 01:36:51 +0000 (-0300) Subject: perf report: Support multiple events on the TUI X-Git-Tag: v2.6.35-rc1~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d67f088e084755bdceb4f15bc6e05e309db1eea7;p=pandora-kernel.git perf report: Support multiple events on the TUI The hists__tty_browse_tree function was created with the loop to print all events, and its equivalent, hists__tui_browse_tree, was created in a similar fashion, where it is possible to switch among the multiple events, if present, using TAB to go the next event, and shift+TAB (UNTAB) to go to the previous. The report TUI now shows as the window title the name of the event and a leak was fixed wrt pstacks. Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed