Lines Matching refs:ls_count
74 uint32_t ls_count; /* cumulative event count */ member
418 return (b->ls_count - a->ls_count); in countcmp()
480 return (b->ls_count - a->ls_count); in lock_and_count_cmp_anywhere()
530 return (b->ls_count - a->ls_count); in site_and_count_cmp_anylock()
567 target->ls_count += current->ls_count; in coalesce()
939 lsrec->ls_count = 1; in lsrec_fill()
1048 lsrec->ls_count = (uint32_t)avg[0]; in process_aggregate()
1548 ev_count[lsp->ls_event] += lsp->ls_count; in main()
1575 if (oldlsp->ls_count == 0) in main()
1620 if (lsp->ls_count == 0) in main()
1810 lsp->ls_event, lsp->ls_count); in report_stats()
1820 (double)lsp->ls_refcnt / lsp->ls_count); in report_stats()
1854 percent = (lsp->ls_count * 100.00) / total_count; in report_stats()
1860 (unsigned long long)(lsp->ls_time / lsp->ls_count)); in report_stats()
1865 g_rates == 0 ? lsp->ls_count : in report_stats()
1866 ((uint64_t)lsp->ls_count * NANOSEC) / g_elapsed); in report_stats()
1876 (double)lsp->ls_refcnt / lsp->ls_count, buf); in report_stats()
1973 if (lsp->ls_event >= LS_MAX_EVENTS || lsp->ls_count == 0) in report_trace()