Searched refs:_func (Results 1 – 1 of 1) sorted by relevance
| /include/ |
| A D | event.h | 286 #define _ESPY_REC(_type, _func) { _func, _type, 0, #_func, } argument 287 #define _ESPY_REC_SIMPLE(_type, _func) { _func, _type, EVSPYF_SIMPLE, #_func, } argument 289 #define _ESPY_REC(_type, _func) { _func, _type, } argument 290 #define _ESPY_REC_SIMPLE(_type, _func) { _func, _type, EVSPYF_SIMPLE } argument 333 #define EVENT_SPY_FULL(_type, _func) \ argument 334 __used ll_entry_declare(struct evspy_info, _type ## _3_ ## _func, \ 335 evspy_info) = _ESPY_REC(_type, _func) 338 #define EVENT_SPY_SIMPLE(_type, _func) \ argument 340 _type ## _3_ ## _func, \ 341 evspy_info) = _ESPY_REC_SIMPLE(_type, _func)
|
Completed in 3 milliseconds