Searched refs:_unreg (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | tracepoint.h | 360 #define DEFINE_TRACE_FN(_name, _reg, _unreg, _proto, _args) \ argument 363 .unregfunc = _unreg, \ 368 #define DEFINE_TRACE_SYSCALL(_name, _reg, _unreg, _proto, _args) \ argument 371 .unregfunc = _unreg, \
|