aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
AgeCommit message (Expand)AuthorFilesLines
2019-11-13perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLiteGravatar Adrian Hunter 1-3/+9
2019-10-07perf scripts python: exported-sql-viewer.py: Add Time chart by CPUGravatar Adrian Hunter 1-2/+1331
2019-10-07perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope...Gravatar Adrian Hunter 1-1/+43
2019-10-07perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_timeGravatar Adrian Hunter 1-7/+8
2019-10-07perf scripts python: exported-sql-viewer.py: Add global time range calculationsGravatar Adrian Hunter 1-4/+109
2019-10-07perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayoutGravatar Adrian Hunter 1-10/+31
2019-10-07perf scripts python: exported-sql-viewer.py: Add LookupModel()Gravatar Adrian Hunter 1-0/+9
2019-07-10perf scripts python: exported-sql-viewer.py: Use new 'has_calls' columnGravatar Adrian Hunter 1-2/+8
2019-07-10perf scripts python: exported-sql-viewer.py: Remove redundant semi-colonsGravatar Adrian Hunter 1-12/+12
2019-06-05perf scripts python: exported-sql-viewer.py: Select find text when find bar i...Gravatar Adrian Hunter 1-0/+1
2019-06-05perf scripts python: exported-sql-viewer.py: Add IPC information to Call TreeGravatar Adrian Hunter 1-13/+56
2019-06-05perf scripts python: exported-sql-viewer.py: Add IPC information to Call Grap...Gravatar Adrian Hunter 1-13/+56
2019-06-05perf scripts python: exported-sql-viewer.py: Add CallGraphModelParamsGravatar Adrian Hunter 1-32/+41
2019-06-05perf scripts python: exported-sql-viewer.py: Add IPC information to the Branc...Gravatar Adrian Hunter 1-19/+83
2019-05-28perf scripts python: exported-sql-viewer.py: Add support for pyside2Gravatar Adrian Hunter 1-7/+21
2019-05-28perf scripts python: exported-sql-viewer.py: Use argparse module for argument...Gravatar Adrian Hunter 1-6/+15
2019-05-28perf scripts python: exported-sql-viewer.py: Change python2 to pythonGravatar Adrian Hunter 1-1/+1
2019-05-15perf scripts python: exported-sql-viewer.py: Add 'About' dialog boxGravatar Adrian Hunter 1-0/+59
2019-05-15perf scripts python: exported-sql-viewer.py: Add context menuGravatar Adrian Hunter 1-0/+41
2019-05-15perf scripts python: exported-sql-viewer.py: Add copy to clipboardGravatar Adrian Hunter 1-0/+217
2019-05-15perf scripts python: exported-sql-viewer.py: Add tree levelGravatar Adrian Hunter 1-0/+4
2019-05-15perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlar...Gravatar Adrian Hunter 1-4/+10
2019-05-15perf scripts python: exported-sql-viewer.py: Move view creationGravatar Adrian Hunter 1-3/+2
2019-03-28perf scripts python: exported-sql-viewer.py: Fix python3 supportGravatar Adrian Hunter 1-4/+13
2019-03-28perf scripts python: exported-sql-viewer.py: Fix never-ending loopGravatar Adrian Hunter 1-10/+50
2019-03-11perf script python: Add Python3 support to exported-sql-viewer.pyGravatar Tony Jones 1-14/+28
2019-03-01perf scripts python: exported-sql-viewer.py: Add call treeGravatar Adrian Hunter 1-9/+186
2019-03-01perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBaseGravatar Adrian Hunter 1-45/+55
2019-03-01perf scripts python: exported-sql-viewer.py: Improve TreeModel abstractionGravatar Adrian Hunter 1-6/+11
2019-03-01perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBaseGravatar Adrian Hunter 1-19/+31
2019-02-22perf scripts python: exported-sql-viewer.py: Add top calls reportGravatar Adrian Hunter 1-6/+135
2019-02-22perf scripts python: exported-sql-viewer.py: Remove no selection errorGravatar Adrian Hunter 1-3/+0
2019-02-22perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItemGravatar Adrian Hunter 1-221/+0
2019-02-22perf scripts python: exported-sql-viewer.py: Create new dialog data item classesGravatar Adrian Hunter 1-13/+272
2019-02-22perf scripts python: exported-sql-viewer.py: Move report name into ReportVarsGravatar Adrian Hunter 1-8/+8
2019-02-22perf scripts python: exported-sql-viewer.py: Factor out ReportVarsGravatar Adrian Hunter 1-14/+23
2019-02-22perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBaseGravatar Adrian Hunter 1-17/+30
2019-02-22perf scripts python: exported-sql-viewer.py: Move column headersGravatar Adrian Hunter 1-12/+13
2019-02-22perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no cal...Gravatar Adrian Hunter 1-1/+12
2019-02-22perf scripts python: exported-sql-viewer.py: Remove leftover debugging printsGravatar Adrian Hunter 1-7/+0
2019-02-22perf scripts python: exported-sql-viewer.py: Fix missing shebangGravatar Adrian Hunter 1-0/+1
2019-01-25perf script python: Remove explicit shebang from Python scriptsGravatar Tony Jones 1-1/+0
2018-11-05perf scripts python: exported-sql-viewer.py: Fix table find when table re-ord...Gravatar Adrian Hunter 1-1/+3
2018-11-05perf scripts python: exported-sql-viewer.py: Add help windowGravatar Adrian Hunter 1-1/+154
2018-11-05perf scripts python: exported-sql-viewer.py: Add Selected branches reportGravatar Adrian Hunter 1-0/+327
2018-11-05perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libx...Gravatar Adrian Hunter 1-1/+6
2018-10-23perf scripts python: exported-sql-viewer.py: Add All branches reportGravatar Adrian Hunter 1-0/+547
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to display all the d...Gravatar Adrian Hunter 1-0/+694
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge ...Gravatar Adrian Hunter 1-0/+24
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to find symbols in t...Gravatar Adrian Hunter 1-1/+305