Searched refs:probe_console (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/mm/kfence/ |
D | kfence_test.c | 50 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-5.19.10/kernel/kcsan/ |
D | kcsan_test.c | 97 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()
|