Searched defs:LogStatisticsElement (Results 1 – 1 of 1) sorted by relevance
50 struct LogStatisticsElement { struct51 uid_t uid;52 pid_t pid;53 pid_t tid;54 uint32_t tag;55 log_time realtime;56 const char* msg;57 uint16_t msg_len;58 uint16_t dropped_count;59 log_id_t log_id;[all …]