Home
last modified time | relevance | path

Searched refs:probe_console (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/kcsan/
H A Dkcsan_test.c97 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 Dkasan_test_c.c54 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()