Searched refs:_proto (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 366 __DEFINE_TRACE_EXT(_name, &__tracepoint_ext_##_name, PARAMS(_proto), PARAMS(_args)); 368 #define DEFINE_TRACE_SYSCALL(_name, _reg, _unreg, _proto, _args) \ argument 374 __DEFINE_TRACE_EXT(_name, &__tracepoint_ext_##_name, PARAMS(_proto), PARAMS(_args)); 376 #define DEFINE_TRACE(_name, _proto, _args) \ argument 377 __DEFINE_TRACE_EXT(_name, NULL, PARAMS(_proto), PARAMS(_args));
|