Lines Matching defs:timestamp
181 char timestamp[64];
217 get_timestamp_prefix(timestamp, sizeof(timestamp));
219 fprintf(stderr, "%s%s:%4d:%s: *%s*: %s", timestamp, file, line, func, spdk_level_names[level], buf);
221 fprintf(stderr, "%s%s", timestamp, buf);
241 char timestamp[64];
245 get_timestamp_prefix(timestamp, sizeof(timestamp));
248 fprintf(fp, "%s%s:%4d:%s: %s", timestamp, file, line, func, buf);
250 fprintf(fp, "%s%s", timestamp, buf);