Hi Here are patches to add support for pyside2 to the db-export scripts, and a couple of Intel PT patches.
Adrian Hunter (8): perf scripts python: exported-sql-viewer.py: Change python2 to python perf scripts python: exported-sql-viewer.py: Use argparse module for argument parsing perf scripts python: exported-sql-viewer.py: Add support for pyside2 perf scripts python: export-to-sqlite.py: Add support for pyside2 perf scripts python: export-to-postgresql.py: Add support for pyside2 perf tools: perf-with-kcore.sh: Always allow fix_buildid_cache_permissions perf intel-pt: Improve sync_switch perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tid tools/perf/perf-with-kcore.sh | 5 --- tools/perf/scripts/python/export-to-postgresql.py | 43 +++++++++++++++---- tools/perf/scripts/python/export-to-sqlite.py | 44 ++++++++++++++++--- tools/perf/scripts/python/exported-sql-viewer.py | 51 ++++++++++++++++------- tools/perf/util/intel-pt.c | 44 +++++++++++++++++-- 5 files changed, 150 insertions(+), 37 deletions(-) Regards Adrian