| Commit message (Expand) | Author | Age | Files | Lines |
* | perf scripts python: exported-sql-viewer.py: Add Time chart by CPU | Adrian Hunter | 2019-10-07 | 1 | -2/+1331 |
* | perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope... | Adrian Hunter | 2019-10-07 | 1 | -1/+43 |
* | perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_time | Adrian Hunter | 2019-10-07 | 1 | -7/+8 |
* | perf scripts python: exported-sql-viewer.py: Add global time range calculations | Adrian Hunter | 2019-10-07 | 1 | -4/+109 |
* | perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayout | Adrian Hunter | 2019-10-07 | 1 | -10/+31 |
* | perf scripts python: exported-sql-viewer.py: Add LookupModel() | Adrian Hunter | 2019-10-07 | 1 | -0/+9 |
* | perf tools: Remove perf.h from source files not needing it | Arnaldo Carvalho de Melo | 2019-08-29 | 2 | -2/+0 |
* | perf scripts python: export-to-postgresql.py: Export switch events | Adrian Hunter | 2019-07-10 | 1 | -0/+51 |
* | perf scripts python: export-to-sqlite.py: Export switch events | Adrian Hunter | 2019-07-10 | 1 | -0/+41 |
* | perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column | Adrian Hunter | 2019-07-10 | 1 | -2/+8 |
* | perf scripts python: exported-sql-viewer.py: Remove redundant semi-colons | Adrian Hunter | 2019-07-10 | 1 | -12/+12 |
* | perf scripts python: export-to-postgresql.py: Add has_calls column to comms t... | Adrian Hunter | 2019-07-10 | 1 | -0/+2 |
* | perf scripts python: export-to-sqlite.py: Add has_calls column to comms table | Adrian Hunter | 2019-07-10 | 1 | -0/+2 |
* | perf scripts python: export-to-postgresql.py: Export comm details | Adrian Hunter | 2019-07-10 | 1 | -5/+10 |
* | perf scripts python: export-to-sqlite.py: Export comm details | Adrian Hunter | 2019-07-10 | 1 | -4/+7 |
* | perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_view | Adrian Hunter | 2019-07-09 | 1 | -1/+1 |
* | perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_view | Adrian Hunter | 2019-07-09 | 1 | -1/+1 |
* | perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri... | Adrian Hunter | 2019-06-25 | 1 | -0/+251 |
* | perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite e... | Adrian Hunter | 2019-06-25 | 1 | -0/+239 |
* | perf scripts python: exported-sql-viewer.py: Select find text when find bar i... | Adrian Hunter | 2019-06-05 | 1 | -0/+1 |
* | perf scripts python: exported-sql-viewer.py: Add IPC information to Call Tree | Adrian Hunter | 2019-06-05 | 1 | -13/+56 |
* | perf scripts python: exported-sql-viewer.py: Add IPC information to Call Grap... | Adrian Hunter | 2019-06-05 | 1 | -13/+56 |
* | perf scripts python: exported-sql-viewer.py: Add CallGraphModelParams | Adrian Hunter | 2019-06-05 | 1 | -32/+41 |
* | perf scripts python: exported-sql-viewer.py: Add IPC information to the Branc... | Adrian Hunter | 2019-06-05 | 1 | -19/+83 |
* | perf scripts python: export-to-postgresql.py: Export IPC information | Adrian Hunter | 2019-06-05 | 1 | -12/+24 |
* | perf scripts python: export-to-sqlite.py: Export IPC information | Adrian Hunter | 2019-06-05 | 1 | -12/+24 |
* | Merge tag 'v5.2-rc3' into perf/core, to pick up fixes | Ingo Molnar | 2019-06-03 | 6 | -35/+6 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166 | Thomas Gleixner | 2019-05-30 | 4 | -4/+4 |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 2 | -31/+2 |
* | | perf scripts python: export-to-postgresql.py: Add support for pyside2 | Adrian Hunter | 2019-05-28 | 1 | -9/+34 |
* | | perf scripts python: export-to-sqlite.py: Add support for pyside2 | Adrian Hunter | 2019-05-28 | 1 | -6/+38 |
* | | perf scripts python: exported-sql-viewer.py: Add support for pyside2 | Adrian Hunter | 2019-05-28 | 1 | -7/+21 |
* | | perf scripts python: exported-sql-viewer.py: Use argparse module for argument... | Adrian Hunter | 2019-05-28 | 1 | -6/+15 |
* | | perf scripts python: exported-sql-viewer.py: Change python2 to python | Adrian Hunter | 2019-05-28 | 1 | -1/+1 |
|/ |
|
* | perf scripts python: exported-sql-viewer.py: Add 'About' dialog box | Adrian Hunter | 2019-05-15 | 1 | -0/+59 |
* | perf scripts python: exported-sql-viewer.py: Add context menu | Adrian Hunter | 2019-05-15 | 1 | -0/+41 |
* | perf scripts python: exported-sql-viewer.py: Add copy to clipboard | Adrian Hunter | 2019-05-15 | 1 | -0/+217 |
* | perf scripts python: exported-sql-viewer.py: Add tree level | Adrian Hunter | 2019-05-15 | 1 | -0/+4 |
* | perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlar... | Adrian Hunter | 2019-05-15 | 1 | -4/+10 |
* | perf scripts python: exported-sql-viewer.py: Move view creation | Adrian Hunter | 2019-05-15 | 1 | -3/+2 |
* | perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_view | Adrian Hunter | 2019-04-16 | 1 | -1/+1 |
* | perf scripts python: exported-sql-viewer.py: Fix python3 support | Adrian Hunter | 2019-03-28 | 1 | -4/+13 |
* | perf scripts python: exported-sql-viewer.py: Fix never-ending loop | Adrian Hunter | 2019-03-28 | 1 | -10/+50 |
* | perf script python: Add printdate function to SQL exporters | Tony Jones | 2019-03-11 | 2 | -13/+19 |
* | perf script python: Add Python3 support to export-to-sqlite.py | Tony Jones | 2019-03-11 | 1 | -9/+14 |
* | perf script python: Add Python3 support to export-to-postgresql.py | Tony Jones | 2019-03-11 | 1 | -17/+41 |
* | perf script python: Add Python3 support to exported-sql-viewer.py | Tony Jones | 2019-03-11 | 1 | -14/+28 |
* | perf script python: Add Python3 support to intel-pt-events.py | Tony Jones | 2019-03-06 | 1 | -13/+19 |
* | perf script python: Add Python3 support to event_analyzing_sample.py | Tony Jones | 2019-03-06 | 1 | -23/+25 |
* | perf script python: add Python3 support to check-perf-trace.py | Tony Jones | 2019-03-06 | 1 | -14/+17 |