[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190117123202.GC16366@krava>
Date: Thu, 17 Jan 2019 13:32:02 +0100
From: Jiri Olsa <jolsa@...hat.com>
To: Seeteena Thoufeek <s1seetee@...ux.vnet.ibm.com>
Cc: peterz@...radead.org, mingo@...hat.com, acme@...nel.org,
alexander.shishkin@...ux.intel.com, namhyung@...nel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] perf scripts python: Add Python 3 support to
check-perf-trace.py
On Thu, Jan 17, 2019 at 03:15:28PM +0530, Seeteena Thoufeek wrote:
> Support both Python 2 and Python 3 in check-perf-trace.py.
> ``print`` is now a function rather than a statement. This should have
> no functional change.
>
> Fix indentation issue, replace spaces with tab
>
> Signed-off-by: Seeteena Thoufeek <s1seetee@...ux.vnet.ibm.com>
> Reviewed-by: Ravi Bangoria <ravi.bangoria@...ux.ibm.com>
hum, could you please add some info about testing those changes?
(or even some global into 0/.. patch)
this is working for me on python2:
[root@...va perf]# perf script rec check-perf-trace
^C
[root@...va perf]# perf script -s scripts/python/check-perf-trace.py
trace_begin
unhandled events:
event count
---------------------------------------- -----------
raw_syscalls__sys_enter 3509879
but fails for python3:
[root@...-x3650m4-01-vm-04 perf]# perf script rec check-perf-trace
^C[ perf record: Woken up 0 times to write data ]
Warning:
1 out of order events recorded.
[ perf record: Captured and wrote 43.132 MB perf.data (490171 samples) ]
[root@...-x3650m4-01-vm-04 perf]# perf script -s scripts/python/check-perf-trace.py
Traceback (most recent call last):
File "scripts/python/check-perf-trace.py", line 18, in <module>
from perf_trace_context import *
ModuleNotFoundError: No module named 'perf_trace_context'
Error running python script scripts/python/check-perf-trace.py
I did not test with rpm, just did 'make install' for perf
thanks,
jirka
Powered by blists - more mailing lists