Lines Matching refs:ls_time
61 uint64_t ls_time; /* cumulative event duration */
76 #define LS_BASIC offsetof(lsrec_t, ls_time)
371 if (a->ls_time < b->ls_time)
373 if (a->ls_time > b->ls_time)
499 target->ls_time += current->ls_time;
951 lsrec->ls_time = (uintptr_t)avg[1];
1440 ev_time[lsp->ls_event] += lsp->ls_time;
1567 * Sort data by contention count (ls_count) or total time (ls_time),
1684 (unsigned long long)lsp->ls_time);
1713 percent = (lsp->ls_time * 100.00) / total_time;
1721 (unsigned long long)(lsp->ls_time / lsp->ls_count));
1834 lsp->ls_event, (unsigned long long)lsp->ls_time,