commit | 315ff6f8c9e9e899d655d75d5f5203c8b0047b0b | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Jun 17 16:07:49 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jun 17 16:07:49 2010 -0400 |
tree | 47158ca633c750382ad56eb69f1aba43783f5de4 | |
parent | 11b828a7f5759ee6de214a102ee97d7b712bb47e [diff] |
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>