commit | fca5d5687c29b1214d20067691a6c64965e82c10 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue May 18 11:04:30 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon May 24 21:35:36 2010 -0400 |
tree | 6a3ba105960cc2e717b9c43852a471cfc633a01a | |
parent | 30cd6e6b43aa5ae667567f7645d1eb4efc9ae875 [diff] |
trace-cmd: Fix reading of print strings The code that cleaned up parsing the printk_format file never registered the formats to the pevent code. Any trace_printk() that used bprint() was not able to be parsed. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>