Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddebug.c76 struct tm ltime; in fprintf_time() local
85 if (localtime_r(&tod.tv_sec, &ltime) == NULL) in fprintf_time()
88 strftime(date, sizeof(date), "%F %H:%M:%S", &ltime); in fprintf_time()
A Dheader.c1753 struct tm ltime; in print_clock_data() local
1775 if (localtime_r(&tod_ns.tv_sec, &ltime) == NULL) in print_clock_data()
1778 strftime(date, sizeof(date), "%F %T", &ltime); in print_clock_data()
/tools/perf/
A Dbuiltin-kvm.c1038 struct tm ltime; in show_timeofday() local
1041 if (localtime_r(&tv.tv_sec, &ltime)) { in show_timeofday()
1042 strftime(date, sizeof(date), "%H:%M:%S", &ltime); in show_timeofday()
A Dbuiltin-script.c754 struct tm ltime; in tod_scnprintf() local
779 if (localtime_r(&sec, &ltime) == NULL) { in tod_scnprintf()
782 strftime(date, sizeof(date), DEFAULT_TOD_FMT, &ltime); in tod_scnprintf()

Completed in 22 milliseconds