Searched refs:ltime (Results 1 – 3 of 3) sorted by relevance
/tools/perf/ |
D | builtin-kvm.c | 594 struct tm ltime; in show_timeofday() local 597 if (localtime_r(&tv.tv_sec, <ime)) { in show_timeofday() 598 strftime(date, sizeof(date), "%H:%M:%S", <ime); in show_timeofday()
|
D | builtin-script.c | 636 struct tm ltime; in tod_scnprintf() local 661 if (localtime_r(&sec, <ime) == NULL) { in tod_scnprintf() 664 strftime(date, sizeof(date), DEFAULT_TOD_FMT, <ime); in tod_scnprintf()
|
/tools/perf/util/ |
D | header.c | 1593 struct tm ltime; in print_clock_data() local 1615 if (localtime_r(&tod_ns.tv_sec, <ime) == NULL) in print_clock_data() 1618 strftime(date, sizeof(date), "%F %T", <ime); in print_clock_data()
|