]> Git Repo - linux.git/commit
perf scripts python: exported-sql-viewer.py: Add support for multiple sub-windows
authorAdrian Hunter <[email protected]>
Mon, 1 Oct 2018 06:28:47 +0000 (09:28 +0300)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 23 Oct 2018 17:27:30 +0000 (14:27 -0300)
commit1beb5c7b07040b70975a2ae0e90b87d412fabf06
tree325ff512632d483afdc0585cee775e11a37839f5
parent031c2a004ba75a4f8f2a6d0a7ca6f2fe5912de22
perf scripts python: exported-sql-viewer.py: Add support for multiple sub-windows

Use Qt MDI (multiple document interface) to support multiple sub-windows.
Put the data model in a cache so that each sub-window can share the same
data. This allows mutiple views of the call-graph at the same time and
paves the way to add more reports.

Committer testing:

Starts with a "File  Reports  Windows" main menu, from the "Reports" I
can get what was available up to now, the "Context-Sensitivi Call Graph"
option.

Signed-off-by: Adrian Hunter <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Jiri Olsa <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/scripts/python/exported-sql-viewer.py
This page took 0.044219 seconds and 4 git commands to generate.