Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-kvm.c594 struct tm ltime; in show_timeofday() local
597 if (localtime_r(&tv.tv_sec, &ltime)) { in show_timeofday()
598 strftime(date, sizeof(date), "%H:%M:%S", &ltime); in show_timeofday()
Dbuiltin-script.c636 struct tm ltime; in tod_scnprintf() local
661 if (localtime_r(&sec, &ltime) == NULL) { in tod_scnprintf()
664 strftime(date, sizeof(date), DEFAULT_TOD_FMT, &ltime); in tod_scnprintf()
/tools/perf/util/
Dheader.c1593 struct tm ltime; in print_clock_data() local
1615 if (localtime_r(&tod_ns.tv_sec, &ltime) == NULL) in print_clock_data()
1618 strftime(date, sizeof(date), "%F %T", &ltime); in print_clock_data()