Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dutil.c162 if (i.total_count > j.total_count) in pt_event_compare()
165 if (i.total_count < j.total_count) in pt_event_compare()
H A Ddisplay.c583 event_sum += event->total_count; in pt_display_wakeups()
636 if (g_total_events > 0 && event->total_count > 0) in pt_display_events()
637 events = (double)event->total_count/ in pt_display_events()
643 (double)event->total_count/interval); in pt_display_events()
H A Dpowertop.h105 uint64_t total_count; member
H A Devents.c218 event->total_count = n; in pt_events_walk()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsumlib.c30 uintmax_t total_count; \
133 sfprintf(sp, " %*I*u", (flags & SUM_LEGACY) ? 6 : 0, sizeof(x->total_count), x->total_count); in long_print()
319 p->total_count++; in sumdone()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c97 #define VSW_SWITCH_FRAMES(vswp, ldcp, bp, bpt, count, total_count) \ argument
608 int total_count = 0; in vsw_ldc_rcv_shm() local
639 total_count); in vsw_ldc_rcv_shm()
659 total_count++; in vsw_ldc_rcv_shm()
668 total_count); in vsw_ldc_rcv_shm()
675 } while (total_count < dp->num_bufs); in vsw_ldc_rcv_shm()
678 int, (total_count)); in vsw_ldc_rcv_shm()
681 total_count); in vsw_ldc_rcv_shm()
H A Dvnet_rxdring.c875 int total_count = 0; in vgen_intr_rcv_shm() local
906 total_count++; in vgen_intr_rcv_shm()
929 } while (total_count < ldcp->num_rxds); in vgen_intr_rcv_shm()
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1617 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, in report_stats() argument
1635 g_rates == 0 ? total_count : in report_stats()
1636 ((unsigned long long)total_count * NANOSEC) / g_elapsed, in report_stats()
1649 g_event_info[event].ev_desc, (double)total_count, in report_stats()
1651 (double)total_count * NANOSEC / g_elapsed); in report_stats()
1714 percent = (lsp->ls_count * 100.00) / total_count; in report_stats()