Home
last modified time | relevance | path

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

/linux-6.1.9/mm/kmsan/
Dkmsan_test.c41 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function
543 check_trace_callback_type_console(probe_console); in register_tracepoints()
545 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints()
551 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()
/linux-6.1.9/mm/kfence/
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.1.9/kernel/kcsan/
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()