Searched refs:ltime (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H 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()
|
| H A D | header.c | 2030 struct tm ltime; in print_bpf_btf() 2052 if (localtime_r(&tod_ns.tv_sec, <ime) == NULL) in perf_attr_check() 2055 strftime(date, sizeof(date), "%F %T", <ime); in perf_attr_check() 1923 struct tm ltime; print_clock_data() local
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 1041 struct tm ltime; in show_timeofday() 1044 if (localtime_r(&tv.tv_sec, <ime)) { in show_timeofday() 1045 strftime(date, sizeof(date), "%H:%M:%S", <ime); in show_timeofday() 1042 struct tm ltime; show_timeofday() local
|
| H A D | builtin-script.c | 753 struct tm ltime; in tod_scnprintf() 778 if (localtime_r(&sec, <ime) == NULL) { in tod_scnprintf() 781 strftime(date, sizeof(date), DEFAULT_TOD_FMT, <ime); in tod_scnprintf() 749 struct tm ltime; tod_scnprintf() local
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 878 struct xfrm_lifetime_cur *ltime; in xfrm_update_ae_params() local 879 ltime = nla_data(lt); in xfrm_update_ae_params() 880 x->curlft.bytes = ltime->bytes; in xfrm_update_ae_params() 881 x->curlft.packets = ltime->packets; in xfrm_update_ae_params() 882 x->curlft.add_time = ltime->add_time; in xfrm_update_ae_params() 883 x->curlft.use_time = ltime->use_time; in xfrm_update_ae_params()
|