[PATCH 0/4] printk: offloading testing module/trace events
From: Sergey Senozhatsky
Date: Mon Dec 04 2017 - 08:55:18 EST
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