Home
last modified time | relevance | path

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

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