Searched refs:probe_console (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/mm/kmsan/ |
H A D | kmsan_test.c | 41 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function 631 register_trace_console(probe_console, NULL); in kmsan_suite_init() 637 unregister_trace_console(probe_console, NULL); in kmsan_suite_exit()
|
/openbmc/linux/mm/kfence/ |
H A D | kfence_test.c | 50 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function 832 register_trace_console(probe_console, NULL); in kfence_suite_init() 838 unregister_trace_console(probe_console, NULL); in kfence_suite_exit()
|
/openbmc/linux/mm/kasan/ |
H A D | kasan_test.c | 51 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function 76 register_trace_console(probe_console, NULL); in kasan_suite_init() 84 unregister_trace_console(probe_console, NULL); in kasan_suite_exit()
|
/openbmc/linux/kernel/kcsan/ |
H A D | kcsan_test.c | 97 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function 1577 register_trace_console(probe_console, NULL); in register_tracepoints() 1583 unregister_trace_console(probe_console, NULL); in unregister_tracepoints()
|