Lines Matching refs:ls_count
56 uint32_t ls_count; /* cumulative event count */ member
358 return (b->ls_count - a->ls_count); in countcmp()
406 return (b->ls_count - a->ls_count); in lock_and_count_cmp_anywhere()
456 return (b->ls_count - a->ls_count); in site_and_count_cmp_anylock()
493 target->ls_count += current->ls_count; in coalesce()
845 lsrec->ls_count = 1; in lsrec_fill()
949 lsrec->ls_count = (uint32_t)avg[0]; in process_aggregate()
1438 ev_count[lsp->ls_event] += lsp->ls_count; in main()
1460 if (oldlsp->ls_count == 0) in main()
1499 if (lsp->ls_count == 0) in main()
1674 lsp->ls_event, lsp->ls_count); in report_stats()
1680 (double)lsp->ls_refcnt / lsp->ls_count); in report_stats()
1714 percent = (lsp->ls_count * 100.00) / total_count; in report_stats()
1720 (unsigned long long)(lsp->ls_time / lsp->ls_count)); in report_stats()
1725 g_rates == 0 ? lsp->ls_count : in report_stats()
1726 ((uint64_t)lsp->ls_count * NANOSEC) / g_elapsed); in report_stats()
1736 (double)lsp->ls_refcnt / lsp->ls_count, buf); in report_stats()
1829 if (lsp->ls_event >= LS_MAX_EVENTS || lsp->ls_count == 0) in report_trace()