Searched refs:probe_console (Results 1 – 1 of 1) sorted by relevance
97 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function1577 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()