[PATCH V2 0/4] perf scripts python: exported-sql-viewer.py

From: Adrian Hunter
Date: Sun Nov 04 2018 - 10:14:39 EST


Hi

Here is the libxed fix, the last 2 patches from last submission and another
fix.

Changes in V2:

perf scripts python: call-graph-from-sql.py: Use SPDX license identifier
perf scripts python: call-graph-from-sql.py: Provide better default column sizes
perf scripts python: call-graph-from-sql.py: Set a minimum window size
perf scripts python: call-graph-from-sql.py: Change icon
perf scripts python: call-graph-from-sql.py: Make a "Main" function
perf scripts python: call-graph-from-sql.py: Separate the database details into a class
perf scripts python: call-graph-from-sql.py: Add a class for global data
perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()
perf scripts python: call-graph-from-sql.py: Factor out CallGraphModel from TreeModel
perf scripts python: call-graph-from-sql.py: Add data helper functions
perf scripts python: call-graph-from-sql.py: Refactor TreeItem class
perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.py
perf scripts python: exported-sql-viewer.py: Add support for multiple sub-windows
perf scripts python: exported-sql-viewer.py: Add ability to find symbols in the call-graph
perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge font
perf scripts python: exported-sql-viewer.py: Add ability to display all the database tables
perf scripts python: exported-sql-viewer.py: Add All branches report
Dropped because they have been applied

perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libxed.so
New patch

perf scripts python: exported-sql-viewer.py: Add Selected branches report
Improve time range entry

perf scripts python: exported-sql-viewer.py: Add help window
Updated for time range change above

perf scripts python: exported-sql-viewer.py: Fix table find when table re-ordered
New patch

Adrian Hunter (4):
perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libxed.so
perf scripts python: exported-sql-viewer.py: Add Selected branches report
perf scripts python: exported-sql-viewer.py: Add help window
perf scripts python: exported-sql-viewer.py: Fix table find when table re-ordered

tools/perf/scripts/python/exported-sql-viewer.py | 493 ++++++++++++++++++++++-
1 file changed, 490 insertions(+), 3 deletions(-)


Regards
Adrian