parse-events: Handle '*' in TP_printk format

When the "*" (next arg is length) is used in the TP_printk format,
it is currently not handled. This will cause a shift in the arguments
that are passed in causing all arguments after to be corrupted.

Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
1 file changed