Searched refs:ltime (Results 1 – 4 of 4) sorted by relevance
| /tools/perf/util/ |
| A D | debug.c | 76 struct tm ltime; in fprintf_time() local 85 if (localtime_r(&tod.tv_sec, <ime) == NULL) in fprintf_time() 88 strftime(date, sizeof(date), "%F %H:%M:%S", <ime); in fprintf_time()
|
| A D | header.c | 1753 struct tm ltime; in print_clock_data() local 1775 if (localtime_r(&tod_ns.tv_sec, <ime) == NULL) in print_clock_data() 1778 strftime(date, sizeof(date), "%F %T", <ime); in print_clock_data()
|
| /tools/perf/ |
| A D | builtin-kvm.c | 1038 struct tm ltime; in show_timeofday() local 1041 if (localtime_r(&tv.tv_sec, <ime)) { in show_timeofday() 1042 strftime(date, sizeof(date), "%H:%M:%S", <ime); in show_timeofday()
|
| A D | builtin-script.c | 754 struct tm ltime; in tod_scnprintf() local 779 if (localtime_r(&sec, <ime) == NULL) { in tod_scnprintf() 782 strftime(date, sizeof(date), DEFAULT_TOD_FMT, <ime); in tod_scnprintf()
|
Completed in 22 milliseconds