Home
last modified time | relevance | path

Searched refs:dt (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dutil.c702 char dt[32]; in fetch_current_timestamp() local
707 if (!strftime(dt, sizeof(dt), "%Y%m%d%H%M%S", &tm)) in fetch_current_timestamp()
710 scnprintf(buf, sz, "%s%02u", dt, (unsigned)tv.tv_usec / 10000); in fetch_current_timestamp()