kernelshark/trace-view: Fix searching list on later pages

Currently the search function only works on the first page of the list.
The list is broken up into pages of 1,000,000 items. But if you are
on the second or later page (>1,000,000 item) the search will
not work.

This patch fixes the search feature to work on other pages.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2 files changed