Lines Matching refs:ls_count
58 uint32_t ls_count; /* cumulative event count */ member
360 return (b->ls_count - a->ls_count); in countcmp()
408 return (b->ls_count - a->ls_count); in lock_and_count_cmp_anywhere()
458 return (b->ls_count - a->ls_count); in site_and_count_cmp_anylock()
495 target->ls_count += current->ls_count; in coalesce()
846 lsrec->ls_count = 1; in lsrec_fill()
950 lsrec->ls_count = (uint32_t)avg[0]; in process_aggregate()
1439 ev_count[lsp->ls_event] += lsp->ls_count; in main()
1461 if (oldlsp->ls_count == 0) in main()
1500 if (lsp->ls_count == 0) in main()
1675 lsp->ls_event, lsp->ls_count); in report_stats()
1681 (double)lsp->ls_refcnt / lsp->ls_count); in report_stats()
1715 percent = (lsp->ls_count * 100.00) / total_count; in report_stats()
1721 (unsigned long long)(lsp->ls_time / lsp->ls_count)); in report_stats()
1726 g_rates == 0 ? lsp->ls_count : in report_stats()
1727 ((uint64_t)lsp->ls_count * NANOSEC) / g_elapsed); in report_stats()
1737 (double)lsp->ls_refcnt / lsp->ls_count, buf); in report_stats()
1830 if (lsp->ls_event >= LS_MAX_EVENTS || lsp->ls_count == 0) in report_trace()