Re: [PATCH 04/15] perf script python: add Python3 support to failed-syscalls-by-pid.py

2019-02-25 Thread Arnaldo Carvalho de Melo
Em Fri, Feb 22, 2019 at 03:06:08PM -0800, Tony Jones escreveu: > Support both Python2 and Python3 in the failed-syscalls-by-pid.py script > > There may be differences in the ordering of output lines due to > differences in dictionary ordering etc. However the format within lines > should be uncha

[PATCH 04/15] perf script python: add Python3 support to failed-syscalls-by-pid.py

2019-02-22 Thread Tony Jones
Support both Python2 and Python3 in the failed-syscalls-by-pid.py script There may be differences in the ordering of output lines due to differences in dictionary ordering etc. However the format within lines should be unchanged. The use of 'from __future__' implies the minimum supported Python2