Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/kfence/
H A Dkfence_test.c38 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function
821 check_trace_callback_type_console(probe_console); in register_tracepoints()
823 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints()
829 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dkcsan-test.c87 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function
1169 check_trace_callback_type_console(probe_console); in register_tracepoints()
1171 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints()
1178 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()