Home
last modified time | relevance | path

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

/Linux-v6.1/mm/kmsan/
Dkmsan_test.c40 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function
542 check_trace_callback_type_console(probe_console); in register_tracepoints()
544 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints()
550 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()
/Linux-v6.1/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-v6.1/kernel/kcsan/
Dkcsan_test.c97 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function
1572 check_trace_callback_type_console(probe_console); in register_tracepoints()
1574 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints()
1581 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()