Home
last modified time | relevance | path

Searched refs:DTRACE_QUANTIZE_NBUCKETS (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c596 if (max < DTRACE_QUANTIZE_NBUCKETS - 1) in dt_print_quanthdr_packed()
808 int first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; in dt_format_quantize_prepare()
810 if (size != DTRACE_QUANTIZE_NBUCKETS * sizeof (uint64_t)) { in dt_format_quantize_prepare()
815 while (first_bin < DTRACE_QUANTIZE_NBUCKETS - 1 && data[first_bin] == 0) in dt_format_quantize_prepare()
818 if (first_bin == DTRACE_QUANTIZE_NBUCKETS - 1) { in dt_format_quantize_prepare()
833 if (last_bin < DTRACE_QUANTIZE_NBUCKETS - 1) in dt_format_quantize_prepare()
848 int i, first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; in dt_format_quantize()
877 int i, first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; in dt_print_quantize()
920 if (size != DTRACE_QUANTIZE_NBUCKETS * sizeof (uint64_t)) in dt_print_quantize_packed()
926 if (max < DTRACE_QUANTIZE_NBUCKETS - 1) in dt_print_quantize_packed()
[all …]
H A Ddt_aggregate.c296 int nbuckets = DTRACE_QUANTIZE_NBUCKETS; in dt_aggregate_quantizedcmp()
/freebsd/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c593 i < DTRACE_QUANTIZE_NBUCKETS; i++, j++) { in process_aggregate()
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1025 DTRACE_QUANTIZE_NBUCKETS * sizeof (uint64_t)) in process_aggregate()
1032 i < DTRACE_QUANTIZE_NBUCKETS; i++, j++) in process_aggregate()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h508 #define DTRACE_QUANTIZE_NBUCKETS \ macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2369 for (i = zero + 1; i < DTRACE_QUANTIZE_NBUCKETS; i++) { in dtrace_aggregate_quantize()
2376 quanta[DTRACE_QUANTIZE_NBUCKETS - 1] += incr; in dtrace_aggregate_quantize()