Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dtracepoint.c244 if (tp->unregfunc && static_key_enabled(&tp->key)) in tracepoint_remove_func()
245 tp->unregfunc(); in tracepoint_remove_func()
/linux-4.4.14/include/linux/
Dtracepoint.h38 void (*unregfunc)(void); member