Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtracepoint-defs.h34 void (*unregfunc)(void); member
/Linux-v4.19/kernel/
Dtracepoint.c294 if (tp->unregfunc && static_key_enabled(&tp->key)) in tracepoint_remove_func()
295 tp->unregfunc(); in tracepoint_remove_func()