Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c77 uint64_t ls_time; /* cumulative event duration */ member
92 #define LS_BASIC offsetof(lsrec_t, ls_time)
429 if (a->ls_time < b->ls_time) in timecmp()
431 if (a->ls_time > b->ls_time) in timecmp()
571 target->ls_time += current->ls_time; in coalesce()
1049 lsrec->ls_time = (uintptr_t)avg[1]; in process_aggregate()
1549 ev_time[lsp->ls_event] += lsp->ls_time; in main()
1823 (unsigned long long)lsp->ls_time); in report_stats()
1852 percent = (lsp->ls_time * 100.00) / total_time; in report_stats()
1860 (unsigned long long)(lsp->ls_time / lsp->ls_count)); in report_stats()
[all …]