Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtracepoint-defs.h39 void (*unregfunc)(void); member
A Dtracepoint.h306 .unregfunc = _unreg, \
/linux/kernel/
A Dtracepoint.c414 if (tp->unregfunc && static_key_enabled(&tp->key)) in tracepoint_remove_func()
415 tp->unregfunc(); in tracepoint_remove_func()

Completed in 7 milliseconds