perf, sched migration: Fix key bindings
authorNikhil Rao <ncrao@google.com>
Thu, 22 Jul 2010 02:46:11 +0000 (19:46 -0700)
committerFrederic Weisbecker <fweisbec@gmail.com>
Sun, 1 Aug 2010 23:31:55 +0000 (01:31 +0200)
commitbe6d947691376218e788418e2656fc9a3e43b9bc
tree8a6a5a641913e35d7bf3f988a53b924c7871c828
parent207f90fc4757adc732d5ac23ad11bb90dd078754
perf, sched migration: Fix key bindings

EVT_KEY_DOWN and EVT_LEFT_DOWN events are not bound to the RootFrame
event handler. As a result, zoom/scroll via keyboard events do not
work. This patch adds the missing bindings.

Signed-off-by: Nikhil Rao <ncrao@google.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Tom Zanussi <tzanussi@gmail.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
tools/perf/scripts/python/sched-migration.py