summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
AgeCommit message (Expand)AuthorLines
2020-07-03perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter-1/+1
2019-07-10perf scripts python: export-to-postgresql.py: Export switch eventsAdrian Hunter-0/+51
2019-07-10perf scripts python: export-to-postgresql.py: Add has_calls column to comms t...Adrian Hunter-0/+2
2019-07-10perf scripts python: export-to-postgresql.py: Export comm detailsAdrian Hunter-5/+10
2019-07-09perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_viewAdrian Hunter-1/+1
2019-06-25perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...Adrian Hunter-0/+251
2019-06-05perf scripts python: export-to-postgresql.py: Export IPC informationAdrian Hunter-12/+24
2019-05-28perf scripts python: export-to-postgresql.py: Add support for pyside2Adrian Hunter-9/+34
2019-03-11perf script python: Add printdate function to SQL exportersTony Jones-8/+11
2019-03-11perf script python: Add Python3 support to export-to-postgresql.pyTony Jones-17/+41
2019-03-01perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter-5/+9
2019-03-01perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter-1/+1
2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter-1/+1
2018-10-23perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.pyAdrian Hunter-1/+1
2018-09-25perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter-0/+9
2017-08-15perf script python: Rename call-graph-from-postgresql.py to call-graph-from-s...Adrian Hunter-1/+1
2017-08-15perf scripts python: Fix missing call_path_id in export-to-postgresql scriptAdrian Hunter-1/+2
2016-05-06perf script: Update export-to-postgresql to support callchain exportChris Phlipot-17/+30
2016-04-19perf script: Fix postgresql ubuntu install instructionsChris Phlipot-3/+2
2015-09-28perf tools: Add more documentation to export-to-postgresql.py scriptAdrian Hunter-0/+221
2015-08-21perf tools: Add example call-graph scriptAdrian Hunter-0/+47
2014-11-03perf tools: Add call information to Python exportAdrian Hunter-1/+65
2014-11-03perf tools: Add branch_type and in_tx to Python exportAdrian Hunter-6/+26
2014-10-29perf script: Add Python script to export to postgresqlAdrian Hunter-0/+360