Lines Matching refs:head
195 struct HiLogEntry *head = (struct HiLogEntry *)buf;
197 if (NeedFlush(head->msg)) {
207 unsigned int sec = head->sec;
212 printFlag = FilterLevelLog(g_hiviewConfig.level, *(head->msg));
217 printFlag = FilterModuleLog(g_hiviewConfig.logOutputModule, (head->msg) + MODULE_OFFSET);
229 info->tm_min, info->tm_sec, head->nsec / NANOSEC_PER_MIRCOSEC, head->pid, head->taskId, head->msg);
234 info->tm_min, info->tm_sec, head->nsec / NANOSEC_PER_MIRCOSEC, head->pid, head->taskId, head->msg);