On Fri, 15 Jul 2016 09:29:55 +0200
Jiri Olsa <jo...@kernel.org> 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) <rost...@goodmis.org>
> Cc: Jiri Pirko <j...@mellanox.com>
> Link: http://lkml.kernel.org/n/tip-22f4vhhz5uytegkggy1on...@git.kernel.org
> Signed-off-by: Jiri Olsa <jo...@kernel.org>
> ---

Acked-by: Steven Rostedt <rost...@goodmis.org>

-- Steve

Reply via email to