Searched refs:ss_timestamp (Results 1 – 2 of 2) sorted by relevance
517 std::stringstream ss_timestamp; in DebugDump() local518 ss_timestamp << std::put_time(&p_event->tm_timestamp_, "%m-%d %H:%M:%S"); in DebugDump()520 dprintf(fd, "%c %s %s\n", warning ? '*' : ' ', ss_timestamp.str().c_str(), in DebugDump()
48 …SELECT *, MIN(sched_switch_timestamp) AS ss_timestamp -- drop all of the 'too large' sched_sw…