summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts
Commit message (Expand)AuthorAgeFilesLines
* perf scripts python: export-to-postgresql.py: Export switch eventsAdrian Hunter2019-07-101-0/+51
* perf scripts python: export-to-sqlite.py: Export switch eventsAdrian Hunter2019-07-101-0/+41
* perf scripts python: exported-sql-viewer.py: Use new 'has_calls' columnAdrian Hunter2019-07-101-2/+8
* perf scripts python: exported-sql-viewer.py: Remove redundant semi-colonsAdrian Hunter2019-07-101-12/+12
* perf scripts python: export-to-postgresql.py: Add has_calls column to comms t...Adrian Hunter2019-07-101-0/+2
* perf scripts python: export-to-sqlite.py: Add has_calls column to comms tableAdrian Hunter2019-07-101-0/+2
* perf scripts python: export-to-postgresql.py: Export comm detailsAdrian Hunter2019-07-101-5/+10
* perf scripts python: export-to-sqlite.py: Export comm detailsAdrian Hunter2019-07-101-4/+7
* perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_viewAdrian Hunter2019-07-091-1/+1
* perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_viewAdrian Hunter2019-07-091-1/+1
* perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...Adrian Hunter2019-06-251-0/+251
* perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite e...Adrian Hunter2019-06-251-0/+239
* perf scripts python: exported-sql-viewer.py: Select find text when find bar i...Adrian Hunter2019-06-051-0/+1
* perf scripts python: exported-sql-viewer.py: Add IPC information to Call TreeAdrian Hunter2019-06-051-13/+56
* perf scripts python: exported-sql-viewer.py: Add IPC information to Call Grap...Adrian Hunter2019-06-051-13/+56
* perf scripts python: exported-sql-viewer.py: Add CallGraphModelParamsAdrian Hunter2019-06-051-32/+41
* perf scripts python: exported-sql-viewer.py: Add IPC information to the Branc...Adrian Hunter2019-06-051-19/+83
* perf scripts python: export-to-postgresql.py: Export IPC informationAdrian Hunter2019-06-051-12/+24
* perf scripts python: export-to-sqlite.py: Export IPC informationAdrian Hunter2019-06-051-12/+24
* Merge tag 'v5.2-rc3' into perf/core, to pick up fixesIngo Molnar2019-06-036-35/+6Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner2019-05-304-4/+4
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-31/+2Star
* | perf scripts python: export-to-postgresql.py: Add support for pyside2Adrian Hunter2019-05-281-9/+34
* | perf scripts python: export-to-sqlite.py: Add support for pyside2Adrian Hunter2019-05-281-6/+38
* | perf scripts python: exported-sql-viewer.py: Add support for pyside2Adrian Hunter2019-05-281-7/+21
* | perf scripts python: exported-sql-viewer.py: Use argparse module for argument...Adrian Hunter2019-05-281-6/+15
* | perf scripts python: exported-sql-viewer.py: Change python2 to pythonAdrian Hunter2019-05-281-1/+1
|/
* perf scripts python: exported-sql-viewer.py: Add 'About' dialog boxAdrian Hunter2019-05-151-0/+59
* perf scripts python: exported-sql-viewer.py: Add context menuAdrian Hunter2019-05-151-0/+41
* perf scripts python: exported-sql-viewer.py: Add copy to clipboardAdrian Hunter2019-05-151-0/+217
* perf scripts python: exported-sql-viewer.py: Add tree levelAdrian Hunter2019-05-151-0/+4
* perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlar...Adrian Hunter2019-05-151-4/+10
* perf scripts python: exported-sql-viewer.py: Move view creationAdrian Hunter2019-05-151-3/+2Star
* perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_viewAdrian Hunter2019-04-161-1/+1
* perf scripts python: exported-sql-viewer.py: Fix python3 supportAdrian Hunter2019-03-281-4/+13
* perf scripts python: exported-sql-viewer.py: Fix never-ending loopAdrian Hunter2019-03-281-10/+50
* perf script python: Add printdate function to SQL exportersTony Jones2019-03-112-13/+19
* perf script python: Add Python3 support to export-to-sqlite.pyTony Jones2019-03-111-9/+14
* perf script python: Add Python3 support to export-to-postgresql.pyTony Jones2019-03-111-17/+41
* perf script python: Add Python3 support to exported-sql-viewer.pyTony Jones2019-03-111-14/+28
* perf script python: Add Python3 support to intel-pt-events.pyTony Jones2019-03-061-13/+19
* perf script python: Add Python3 support to event_analyzing_sample.pyTony Jones2019-03-061-23/+25
* perf script python: add Python3 support to check-perf-trace.pyTony Jones2019-03-061-14/+17
* perf script python: Add Python3 support to futex-contention.pyTony Jones2019-03-061-4/+6
* perf script python: Remove mixed indentationTony Jones2019-03-0614-135/+136
* perf scripts python: exported-sql-viewer.py: Add call treeAdrian Hunter2019-03-011-9/+186
* perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBaseAdrian Hunter2019-03-011-45/+55
* perf scripts python: exported-sql-viewer.py: Improve TreeModel abstractionAdrian Hunter2019-03-011-6/+11
* perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBaseAdrian Hunter2019-03-011-19/+31
* perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter2019-03-011-5/+9