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