[PATCH V2 4/4] perf scripts python: exported-sql-viewer.py: Fix table find when table re-ordered

2018-11-04 Thread Adrian Hunter
Table rows can be re-ordered by selecting a column to sort by. After re-ordering, the "find" operation was highlighting the wrong row, fix it. Signed-off-by: Adrian Hunter --- tools/perf/scripts/python/exported-sql-viewer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH V2 4/4] perf scripts python: exported-sql-viewer.py: Fix table find when table re-ordered

2018-11-04 Thread Adrian Hunter
Table rows can be re-ordered by selecting a column to sort by. After re-ordering, the "find" operation was highlighting the wrong row, fix it. Signed-off-by: Adrian Hunter --- tools/perf/scripts/python/exported-sql-viewer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git