Searched refs:probe_console (Results 1 – 3 of 3) sorted by relevance
| /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 788 register_trace_console(probe_console, NULL); in kmsan_suite_init() 796 unregister_trace_console(probe_console, NULL); in kmsan_suite_exit()
|
| /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 1591 register_trace_console(probe_console, NULL); in register_tracepoints() 1597 unregister_trace_console(probe_console, NULL); in unregister_tracepoints()
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 54 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function 79 register_trace_console(probe_console, NULL); in kasan_suite_init() 87 unregister_trace_console(probe_console, NULL); in kasan_suite_exit()
|