Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dtracepoint.c227 if (tp->unregfunc && static_key_enabled(&tp->key)) in tracepoint_remove_func()
228 tp->unregfunc(); in tracepoint_remove_func()
/linux-4.1.27/include/linux/
Dtracepoint.h37 void (*unregfunc)(void); member