summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts
Commit message (Expand)AuthorAgeFilesLines
* perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter2021-05-211-0/+5
* perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter2021-05-211-2/+3
* perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...Adrian Hunter2021-05-211-1/+1
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf script: Add min, max to futex-contention output, in addition to avgHagen Paul Pfeifer2020-09-231-2/+2
* perf script: Autopep8 futex-contentionHagen Paul Pfeifer2020-09-231-23/+28
* perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter2020-07-031-0/+4
* perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter2020-07-031-1/+2
* perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter2020-07-031-1/+2
* perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter2020-07-031-0/+1
* perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter2020-07-031-1/+1
* perf flamegraph: Explicitly set utf-8 encodingAndreas Gerstmayr2020-06-221-3/+5
* perf flamegraph: Use /bin/bash for report and record scriptsArnaldo Carvalho de Melo2020-05-052-2/+2
* perf script: Add flamegraph.py scriptAndreas Gerstmayr2020-04-163-0/+129
* perf scripting perl: Add common_callchain to fix argument orderMichael Petlan2020-03-116-20/+20
* perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLiteAdrian Hunter2019-11-131-3/+9
* perf scripts python: exported-sql-viewer.py: Add Time chart by CPUAdrian Hunter2019-10-071-2/+1331
* perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope...Adrian Hunter2019-10-071-1/+43
* perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_timeAdrian Hunter2019-10-071-7/+8
* perf scripts python: exported-sql-viewer.py: Add global time range calculationsAdrian Hunter2019-10-071-4/+109
* perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayoutAdrian Hunter2019-10-071-10/+31
* perf scripts python: exported-sql-viewer.py: Add LookupModel()Adrian Hunter2019-10-071-0/+9
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-292-2/+0
* 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/+6
|\
| * 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/+2
* | 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
|/