Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lockstat/
H A Dlockstat.c61 uint64_t ls_time; /* cumulative event duration */ member
76 #define LS_BASIC offsetof(lsrec_t, ls_time)
371 if (a->ls_time < b->ls_time) in timecmp()
373 if (a->ls_time > b->ls_time) in timecmp()
499 target->ls_time += current->ls_time; in coalesce()
951 lsrec->ls_time = (uintptr_t)avg[1]; in process_aggregate()
1440 ev_time[lsp->ls_event] += lsp->ls_time; in main()
1684 (unsigned long long)lsp->ls_time); in report_stats()
1713 percent = (lsp->ls_time * 100.00) / total_time; in report_stats()
1721 (unsigned long long)(lsp->ls_time / lsp->ls_count)); in report_stats()
[all …]