Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/kmsan/
A Dkmsan_test.c41 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function
546 check_trace_callback_type_console(probe_console); in register_tracepoints()
548 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints()
554 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()
/linux-6.3-rc2/mm/kfence/
A Dkfence_test.c50 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function
830 check_trace_callback_type_console(probe_console); in register_tracepoints()
832 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints()
838 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()
/linux-6.3-rc2/mm/kasan/
A Dkasan_test.c51 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function
61 check_trace_callback_type_console(probe_console); in register_tracepoints()
63 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints()
69 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()
/linux-6.3-rc2/kernel/kcsan/
A Dkcsan_test.c97 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function
1577 check_trace_callback_type_console(probe_console); in register_tracepoints()
1579 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints()
1586 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()

Completed in 13 milliseconds