Lines Matching refs:ls_time
59 uint64_t ls_time; /* cumulative event duration */ member
74 #define LS_BASIC offsetof(lsrec_t, ls_time)
369 if (a->ls_time < b->ls_time) in timecmp()
371 if (a->ls_time > b->ls_time) in timecmp()
497 target->ls_time += current->ls_time; in coalesce()
950 lsrec->ls_time = (uintptr_t)avg[1]; in process_aggregate()
1439 ev_time[lsp->ls_event] += lsp->ls_time; in main()
1683 (unsigned long long)lsp->ls_time); in report_stats()
1712 percent = (lsp->ls_time * 100.00) / total_time; in report_stats()
1720 (unsigned long long)(lsp->ls_time / lsp->ls_count)); in report_stats()
1833 lsp->ls_event, (unsigned long long)lsp->ls_time, in report_trace()