| D | event_log.h | 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 268 #define _EVENT_LOG_CAST2(tag, fmt_num, t1, t2) \ argument 270 #define _EVENT_LOG_CAST3(tag, fmt_num, t1, t2, t3) \ argument 272 #define _EVENT_LOG_CAST4(tag, fmt_num, t1, t2, t3, t4) \ argument
|