]> git.baikalelectronics.ru Git - kernel.git/commit
perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBase
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 28 Feb 2019 13:00:28 +0000 (15:00 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 1 Mar 2019 17:54:39 +0000 (14:54 -0300)
commitc478cfed4470fcfc6406d9f19490e3703294888c
treec49f2b8a753becd12221a31f5631c1623e243324
parent158b054a8bf35308d3b453b6a7f6523e6af818ca
perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBase

Factor out a base class TreeWindowBase from CallGraphWindow, so that
TreeWindowBase can be reused.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: https://lkml.kernel.org/n/tip-ifirw0c0mhkwxg6l12lk6k4p@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/exported-sql-viewer.py