commit | 1c3ca1b3ae35d5cc6cedb85a03bc314699339874 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Fri Feb 22 09:27:25 2019 +0200 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Fri Feb 22 16:52:07 2019 -0300 |
tree | 6a6a4fa5cc3aae3775fbe0389814c0cf275ebd97 | |
parent | 947cc38d47249bb83111b2607e1074b7d12338ba [diff] |
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>