OSDN Git Service

perf scripts python: exported-sql-viewer.py: Create new dialog data item classes
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 22 Feb 2019 07:27:25 +0000 (09:27 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 22 Feb 2019 19:52:07 +0000 (16:52 -0300)
commit1c3ca1b3ae35d5cc6cedb85a03bc314699339874
tree6a6a4fa5cc3aae3775fbe0389814c0cf275ebd97
parent947cc38d47249bb83111b2607e1074b7d12338ba
perf scripts python: exported-sql-viewer.py: Create new dialog data item classes

Create new dialog data item classes to replace SQLTableDialogDataItem.
This separates out different dialog data items and makes it easier to
add new ones. SQLTableDialogDataItem is removed in a separate patch
because it makes the diff more readable.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/exported-sql-viewer.py