[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160715073215.GA27682@krava>
Date: Fri, 15 Jul 2016 09:32:15 +0200
From: Jiri Olsa <jolsa@...hat.com>
To: Jiri Pirko <jiri@...lanox.com>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
"Steven Rostedt (Red Hat)" <rostedt@...dmis.org>,
lkml <linux-kernel@...r.kernel.org>,
David Ahern <dsahern@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>
Subject: Re: [PATCH 1/3] perf script python: Fix string vs byte array
resolving
On Fri, Jul 15, 2016 at 09:29:55AM +0200, Jiri Olsa wrote:
> Jirka reported that python code returns all arrays as strings.
> This makes impossible to get all items for byte array tracepoint
> field containing 0x00 value item.
>
> Fixing this by scanning full length of the array and returning
> it as PyByteArray object in case non printable byte is found.
>
> Cc: Steven Rostedt (Red Hat) <rostedt@...dmis.org>
> Cc: Jiri Pirko <jiri@...lanox.com>
forgot:
Reported-by: Jiri Pirko <jiri@...lanox.com>
Jirka,
could I please also have your tested-by on this version?
thanks,
jirka
Powered by blists - more mailing lists