On Fri, 15 Jul 2016 09:29:55 +0200 Jiri Olsa <[email protected]> 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) <[email protected]> > Cc: Jiri Pirko <[email protected]> > Link: http://lkml.kernel.org/n/[email protected] > Signed-off-by: Jiri Olsa <[email protected]> > --- Acked-by: Steven Rostedt <[email protected]> -- Steve

