Searched refs:probe_console (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/mm/kfence/ |
| D | kfence_test.c | 45 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function 836 check_trace_callback_type_console(probe_console); in register_tracepoints() 838 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints() 844 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()
|
| /Linux-v5.15/kernel/kcsan/ |
| D | kcsan_test.c | 89 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() function 1193 check_trace_callback_type_console(probe_console); in register_tracepoints() 1195 WARN_ON(tracepoint_probe_register(tp, probe_console, NULL)); in register_tracepoints() 1202 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()
|