Hello,

        *** FOR TESTING ONLY ***

        printk testing module and some dirty hacks I use for
offloading verification.

Sergey Senozhatsky (4):
  printk/lib: add offloading trace events and test_printk module
  printk/lib: simulate slow consoles
  printk: add offloading takeover traces
  printk: add task name and CPU to console messages

 include/trace/events/printk.h |  26 +++
 kernel/printk/printk.c        |  40 ++++
 lib/Kconfig.debug             |   3 +
 lib/Makefile                  |   1 +
 lib/test_printk.c             | 423 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 493 insertions(+)
 create mode 100644 lib/test_printk.c

-- 
2.15.1

Reply via email to