Searched refs:ltime (Results 1 – 4 of 4) sorted by relevance
/tools/perf/util/ |
D | debug.c | 57 struct tm ltime; in fprintf_time() local 66 if (localtime_r(&tod.tv_sec, <ime) == NULL) in fprintf_time() 69 strftime(date, sizeof(date), "%F %H:%M:%S", <ime); in fprintf_time()
|
D | header.c | 1774 struct tm ltime; in print_clock_data() local 1796 if (localtime_r(&tod_ns.tv_sec, <ime) == NULL) in print_clock_data() 1799 strftime(date, sizeof(date), "%F %T", <ime); in print_clock_data()
|
/tools/perf/ |
D | builtin-kvm.c | 1099 struct tm ltime; in show_timeofday() local 1102 if (localtime_r(&tv.tv_sec, <ime)) { in show_timeofday() 1103 strftime(date, sizeof(date), "%H:%M:%S", <ime); in show_timeofday()
|
D | builtin-script.c | 718 struct tm ltime; in tod_scnprintf() local 743 if (localtime_r(&sec, <ime) == NULL) { in tod_scnprintf() 746 strftime(date, sizeof(date), DEFAULT_TOD_FMT, <ime); in tod_scnprintf()
|