Searched hist:"07 c65f4d1aa74f7cf1c46d7f96e05cfa3e628ba1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | printk.h | diff 07c65f4d1aa74f7cf1c46d7f96e05cfa3e628ba1 Mon Apr 29 18:17:16 CDT 2013 zhangwei(Jovi) <jovi.zhangwei@huawei.com> printk/tracing: rework console tracing
Commit 7ff9554bb578 ("printk: convert byte-buffer to variable-length record buffer") removed start and end parameters from call_console_drivers, but those parameters still exist in include/trace/events/printk.h.
Without start and end parameters handling, printk tracing became more simple as: trace_console(text, len);
Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@huawei.com> Acked-by: Steven Rostedt <rostedt@goodmis.org> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Kay Sievers <kay@vrfy.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|