| D | event_log.h | 239 #define _EVENT_LOG0(tag, fmt_num) \ argument 241 #define _EVENT_LOG1(tag, fmt_num, t1) \ argument 243 #define _EVENT_LOG2(tag, fmt_num, t1, t2) \ argument 245 #define _EVENT_LOG3(tag, fmt_num, t1, t2, t3) \ argument 247 #define _EVENT_LOG4(tag, fmt_num, t1, t2, t3, t4) \ argument 251 #define _EVENT_LOG5(tag, fmt_num, ...) event_logn(5, tag, fmt_num, __VA_ARGS__) argument 252 #define _EVENT_LOG6(tag, fmt_num, ...) event_logn(6, tag, fmt_num, __VA_ARGS__) argument 253 #define _EVENT_LOG7(tag, fmt_num, ...) event_logn(7, tag, fmt_num, __VA_ARGS__) argument 254 #define _EVENT_LOG8(tag, fmt_num, ...) event_logn(8, tag, fmt_num, __VA_ARGS__) argument 255 #define _EVENT_LOG9(tag, fmt_num, ...) event_logn(9, tag, fmt_num, __VA_ARGS__) argument [all …]
|