From: Steven Rostedt Date: Tue, 22 Mar 2011 02:59:21 +0000 (-0400) Subject: tracing: Convert trace_printk() formats for module to const char * X-Git-Tag: v3.0-rc1~404^2~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0588fa30db44fd2d4032b36a061c87478a43fbee;p=pandora-kernel.git tracing: Convert trace_printk() formats for module to const char * The trace_printk() formats for modules do not show up in the debugfs/tracing/printk_formats file. Only the formats that are for trace_printk()s that are in the kernel core. To facilitate the change to add trace_printk() formats from modules into that file as well, we need to convert the structure that holds the formats from char fmt[], into const char *fmt, and allocate them separately. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed